Searched refs:VeriyParameter (Results 1 – 5 of 5) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | sp_utils.h | 124 bool VeriyParameter(std::set<std::string>& keys, std::string param, std::string& errorInfo);
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | smartperf_main.cpp | 96 return OHOS::SmartPerf::SPUtils::VeriyParameter(keys, str, errorInfo); in g_checkCmdParam()
|
D | sp_task.cpp | 359 return SPUtils::VeriyParameter(keys, str, errorInfo); in CheckTcpParam()
|
D | sp_utils.cpp | 399 bool SPUtils::VeriyParameter(std::set<std::string> &keys, std::string param, std::string &errorInfo) in VeriyParameter() function in OHOS::SmartPerf::SPUtils
|
/developtools/profiler/host/smartperf/client/client_command/test/unittest/ |
D | smartperf_main_test.cpp | 108 return OHOS::SmartPerf::SPUtils::VeriyParameter(keys, str, errorInfo); in CheckCMDParam()
|