Searched refs:ParseCmdLine (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/lite/ |
H A D | cmd_func_test.cpp | 173 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 D | main.cpp | 29 if (!client->ParseCmdLine(argc, argv)) { in main()
|
H A D | hisysevent_tool.cpp | 163 bool HiSysEventTool::ParseCmdLine(int argc, char** argv) in ParseCmdLine() function in OHOS::HiviewDFX::HiSysEventTool
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/include/ |
H A D | hisysevent_tool.h | 54 bool ParseCmdLine(int argc, char** argv);
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
H A 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));
|