Home
last modified time | relevance | path

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

/base/startup/init/test/unittest/lite/
Dcmd_func_test.cpp132 void ParseCmdLine(const char *content, TestCmdLine *resCmd) in ParseCmdLine() function
173 ParseCmdLine(nullptr, nullptr);
186 ParseCmdLine(nullptr, &curCmdLine);
190 ParseCmdLine("", &curCmdLine);
194 ParseCmdLine("xxxxxxxx", &curCmdLine);
198 ParseCmdLine("asdnkawdqw4145a45sdqw_-+\\\\sdqwdasd", &curCmdLine);
214 ParseCmdLine(g_supportedCmds[i].c_str(), &curCmdLine);
252 ParseCmdLine(curCmd, &curCmdLine);
270 ParseCmdLine("start InitTestService", &curCmdLine);
274 ParseCmdLine("mkdir InitTestDir", &curCmdLine);
[all …]
/base/hiviewdfx/hisysevent/frameworks/native/
Dmain.cpp29 if (!client->ParseCmdLine(argc, argv)) { in main()
Dhisysevent_tool.cpp148 bool HiSysEventTool::ParseCmdLine(int argc, char** argv) in ParseCmdLine() function in OHOS::HiviewDFX::HiSysEventTool
/base/hiviewdfx/hisysevent/frameworks/native/include/
Dhisysevent_tool.h54 bool ParseCmdLine(int argc, char** argv);
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
Dhisysevent_tool_unit_test.cpp46 auto ret = tool->ParseCmdLine(argc, argv); in RunCmds()
199 auto ret = tool->ParseCmdLine(argc, const_cast<char**>(argv));