Home
last modified time | relevance | path

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 Dsocperf_executor_config.h59 bool CheckGovResourceTag(const char* id, const char* name, const char* persistMode,
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_config.h70 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 Dsocperf_executor_config.cpp235 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 Dsocperf_config.cpp304 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