Home
last modified time | relevance | path

Searched refs:traceOps (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dtrace_ops_test.cpp39 std::unique_ptr<TraceOps> traceOps = std::make_unique<HitraceOps>(); variable
40 EXPECT_TRUE(traceOps->GetTraceType() == TraceOps::TraceType::HITRACE);
50 std::unique_ptr<TraceOps> traceOps = std::make_unique<HitraceOps>(); variable
51 EXPECT_STREQ(traceOps->GetCommand().c_str(), "/system/bin/hitrace");
61 std::unique_ptr<TraceOps> traceOps = std::make_unique<HitraceOps>(); variable
62 EXPECT_TRUE(traceOps->HasCategory("ability"));
63 EXPECT_TRUE(traceOps->HasCategory("idle"));
73 std::unique_ptr<TraceOps> traceOps = std::make_unique<HitraceOps>(); variable
74 EXPECT_FALSE(traceOps->HasCategory("12345"));
76traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::HITRACE);
[all …]