Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_utils.h124 bool VeriyParameter(std::set<std::string>& keys, std::string param, std::string& errorInfo);
/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_main.cpp96 return OHOS::SmartPerf::SPUtils::VeriyParameter(keys, str, errorInfo); in g_checkCmdParam()
Dsp_task.cpp359 return SPUtils::VeriyParameter(keys, str, errorInfo); in CheckTcpParam()
Dsp_utils.cpp399 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/
Dsmartperf_main_test.cpp108 return OHOS::SmartPerf::SPUtils::VeriyParameter(keys, str, errorInfo); in CheckCMDParam()