Searched refs:custom_tc (Results 1 – 1 of 1) sorted by relevance
374 TraceConfig custom_tc(*custom_dict); in TEST() local375 EXPECT_STREQ(kCustomTraceConfigString, custom_tc.ToString().c_str()); in TEST()376 EXPECT_EQ(RECORD_CONTINUOUSLY, custom_tc.GetTraceRecordMode()); in TEST()377 EXPECT_TRUE(custom_tc.IsSamplingEnabled()); in TEST()378 EXPECT_TRUE(custom_tc.IsSystraceEnabled()); in TEST()379 EXPECT_TRUE(custom_tc.IsArgumentFilterEnabled()); in TEST()384 custom_tc.ToCategoryFilterString().c_str()); in TEST()