Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/unittest/lite/
H A Dcmd_func_test.cpp173 ParseCmdLine(nullptr, nullptr);
186 ParseCmdLine(nullptr, &curCmdLine);
190 ParseCmdLine("", &curCmdLine);
194 ParseCmdLine("xxxxxxxx", &curCmdLine);
252 ParseCmdLine(curCmd, &curCmdLine);
315 ParseCmdLine(command.c_str(), &curCmdLine);
334 ParseCmdLine(command.c_str(), &curCmdLine);
351 ParseCmdLine(command.c_str(), &curCmdLine);
379 ParseCmdLine(command.c_str(), &curCmdLine);
393 ParseCmdLine(command.c_str(), &curCmdLine);
[all …]
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dmain.cpp29 if (!client->ParseCmdLine(argc, argv)) { in main()
H A Dhisysevent_tool.cpp163 bool HiSysEventTool::ParseCmdLine(int argc, char** argv) in ParseCmdLine() function in OHOS::HiviewDFX::HiSysEventTool
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/include/
H A Dhisysevent_tool.h54 bool ParseCmdLine(int argc, char** argv);
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_tool_unit_test.cpp46 auto ret = tool->ParseCmdLine(argc, argv); in RunCmds()
199 auto ret = tool->ParseCmdLine(argc, const_cast<char**>(argv));