Home
last modified time | relevance | path

Searched refs:GetPrintkFormats (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dftrace_fs_ops.h38 MOCKABLE std::string GetPrintkFormats() const;
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dftrace_fs_ops_test.cpp115 * @tc.desc: test FtraceFsOps::GetPrintkFormats with normal case.
120 std::string content = FtraceFsOps::GetInstance().GetPrintkFormats(); in HWTEST_F()
126 * @tc.desc: test FtraceFsOps::GetPrintkFormats with false case.
133 std::string content = ftraceFsOps.GetPrintkFormats(); in HWTEST_F()
137 content = ftraceFsOps.GetPrintkFormats(); in HWTEST_F()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_fs_ops.cpp98 std::string FtraceFsOps::GetPrintkFormats() const in GetPrintkFormats() function in FtraceFsOps
H A Dftrace_parser.cpp73 std::string printkFormats = FtraceFsOps::GetInstance().GetPrintkFormats(); in Init()

Completed in 3 milliseconds