Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.h43 static std::string ParseLogContent(const std::vector<std::string>& params);
H A Dtest_console.cpp113 std::string ConsoleTest::ParseLogContent(const std::vector<std::string>& params) in ParseLogContent() function in ConsoleTest
115 return Console::ParseLogContent(params); in ParseLogContent()
901 /* @tc.name: ParseLogContent
909 res = ConsoleTest::ParseLogContent(params); in HWTEST_F()
/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.h69 static std::string ParseLogContent(const std::vector<std::string>& params);
H A Dconsole.cpp71 std::string Console::ParseLogContent(const std::vector<std::string>& params) in ParseLogContent() function in OHOS::JsSysModule::Console
150 return ParseLogContent(content); in MakeLogContent()

Completed in 5 milliseconds