Searched refs:traceOps (Results 1 – 1 of 1) sorted by relevance
39 std::unique_ptr<TraceOps> traceOps = std::make_unique<HitraceOps>(); variable40 EXPECT_TRUE(traceOps->GetTraceType() == TraceOps::TraceType::HITRACE);50 std::unique_ptr<TraceOps> traceOps = std::make_unique<HitraceOps>(); variable51 EXPECT_STREQ(traceOps->GetCommand().c_str(), "/system/bin/hitrace");61 std::unique_ptr<TraceOps> traceOps = std::make_unique<HitraceOps>(); variable62 EXPECT_TRUE(traceOps->HasCategory("ability"));63 EXPECT_TRUE(traceOps->HasCategory("idle"));73 std::unique_ptr<TraceOps> traceOps = std::make_unique<HitraceOps>(); variable74 EXPECT_FALSE(traceOps->HasCategory("12345"));76 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::HITRACE);[all …]