Searched refs:ParseCmdLine (Results 1 – 5 of 5) sorted by relevance
/base/startup/init/test/unittest/lite/ |
D | cmd_func_test.cpp | 132 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/ |
D | main.cpp | 29 if (!client->ParseCmdLine(argc, argv)) { in main()
|
D | hisysevent_tool.cpp | 148 bool HiSysEventTool::ParseCmdLine(int argc, char** argv) in ParseCmdLine() function in OHOS::HiviewDFX::HiSysEventTool
|
/base/hiviewdfx/hisysevent/frameworks/native/include/ |
D | hisysevent_tool.h | 54 bool ParseCmdLine(int argc, char** argv);
|
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
D | hisysevent_tool_unit_test.cpp | 46 auto ret = tool->ParseCmdLine(argc, argv); in RunCmds() 199 auto ret = tool->ParseCmdLine(argc, const_cast<char**>(argv));
|