Home
last modified time | relevance | path

Searched refs:GetSavedTgids (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dftrace_fs_ops.h46 MOCKABLE std::string GetSavedTgids() const;
H A Dftrace_parser.h159 ParseSavedTgid(FtraceFsOps::GetInstance().GetSavedTgids()); in ParseFtraceEvent()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dftrace_parser_test.cpp128 EXPECT_TRUE(parser.ParseSavedTgid(FtraceFsOps::GetInstance().GetSavedTgids())); in HWTEST_F()
H A Dftrace_fs_ops_test.cpp225 * @tc.desc: test FtraceFsOps::GetSavedTgids with normal case.
230 std::string content = FtraceFsOps::GetInstance().GetSavedTgids(); in HWTEST_F()
236 * @tc.desc: test FtraceFsOps::GetSavedTgids with false case.
243 std::string content = ftraceFsOps.GetSavedTgids(); in HWTEST_F()
247 content = ftraceFsOps.GetSavedTgids(); in HWTEST_F()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_fs_ops.cpp146 std::string FtraceFsOps::GetSavedTgids() const in GetSavedTgids() function in FtraceFsOps

Completed in 4 milliseconds