Searched refs:CheckGovResourceTag (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/ |
H A D | socperf_executor_config.h | 59 bool CheckGovResourceTag(const char* id, const char* name, const char* persistMode,
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_config.h | 70 bool CheckGovResourceTag(const char* id, const char* name, const char* persistMode,
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/ |
H A D | socperf_executor_config.cpp | 235 if (!CheckGovResourceTag(id, name, persistMode, configFile)) { in LoadGovResource() 418 bool SocPerfConfig::CheckGovResourceTag(const char* id, const char* name, in CheckGovResourceTag() function in OHOS::ResourceSchedule::SocPerfConfig
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_config.cpp | 304 if (!CheckGovResourceTag(id, name, persistMode, configFile)) { in LoadGovResource() 631 bool SocPerfConfig::CheckGovResourceTag(const char* id, const char* name, in CheckGovResourceTag() function in OHOS::SOCPERF::SocPerfConfig
|