Home
last modified time | relevance | path

Searched refs:CheckCmdTag (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_config.h74 bool CheckCmdTag(const char* id, const char* name, const std::string& configFile) const;
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp401 if (!CheckCmdTag(id, name, configFile)) { in LoadCmd()
665 bool SocPerfConfig::CheckCmdTag(const char* id, const char* name, const std::string& configFile) co… in CheckCmdTag() function in OHOS::SOCPERF::SocPerfConfig