Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp151 std::string HilogPlugin::GetlevelCmd() in GetlevelCmd() function in HilogPlugin
183 if (GetlevelCmd().length() > 0) { in InitHilogCmd()
185 fullCmd_ += GetlevelCmd(); in InitHilogCmd()
194 if (GetlevelCmd().length() > 0) { in InitHilogCmd()
196 fullCmd_ += GetlevelCmd(); in InitHilogCmd()
/developtools/profiler/device/plugins/hilog_plugin/include/
Dhilog_plugin.h42 std::string GetlevelCmd();
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp280 EXPECT_STREQ(plugin.GetlevelCmd().c_str(), "");
295 EXPECT_STREQ(plugin.GetlevelCmd().c_str(), "E");
310 EXPECT_STREQ(plugin.GetlevelCmd().c_str(), "I");
325 EXPECT_STREQ(plugin.GetlevelCmd().c_str(), "D");
340 EXPECT_STREQ(plugin.GetlevelCmd().c_str(), "W");