reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
179 EXPECT_TRUE(EnableChannel(stream_sp, 0, "chan", {"foo", "bar"}, error)); 182 EXPECT_TRUE(DisableChannel("chan", {"bar"}, error)); 186 EXPECT_TRUE(DisableChannel("chan", {"baz"}, error)); 187 EXPECT_NE(std::string::npos, error.find("unrecognized log category 'baz'")) 188 << "error: " << error; 192 EXPECT_TRUE(DisableChannel("chan", {}, error));