Searched refs:custom_tc (Results 1 – 1 of 1) sorted by relevance
346 TraceConfig custom_tc(*custom_dict); in TEST() local347 EXPECT_STREQ(kCustomTraceConfigString, custom_tc.ToString().c_str()); in TEST()348 EXPECT_EQ(RECORD_CONTINUOUSLY, custom_tc.GetTraceRecordMode()); in TEST()349 EXPECT_TRUE(custom_tc.IsSystraceEnabled()); in TEST()350 EXPECT_TRUE(custom_tc.IsArgumentFilterEnabled()); in TEST()355 custom_tc.ToCategoryFilterString().c_str()); in TEST()