Home
last modified time | relevance | path

Searched refs:CheckParam (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/cmds/src/
Dcommand_line.cpp80 int CommandLine::CheckParam(const std::string& s1, const std::string& s2) in CheckParam() function in CommandLine
116 i += CheckParam(argv[i], (i + 1 < argv.size()) ? argv[i + 1] : ""); in AnalyzeParam()
/developtools/profiler/device/cmds/include/
Dcommand_line.h73 int CheckParam(const std::string& s1, const std::string& s2);
/developtools/global_resource_tool/src/
Dcmd_parser.cpp54 if (CheckParam() != RESTOOL_SUCCESS) { in Parse()
233 uint32_t PackageParser::CheckParam() const in CheckParam() function in OHOS::Global::Restool::PackageParser
/developtools/global_resource_tool/include/
Dcmd_parser.h70 uint32_t CheckParam() const;