Home
last modified time | relevance | path

Searched refs:LoadGovResource (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.h49 bool LoadGovResource(xmlNode* rootNode, const std::string& configFile);
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_config.h55 bool LoadGovResource(xmlNode* rootNode, const std::string& configFile);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp124 if (!LoadGovResource(child, realConfigFile)) { in ParseResourceXmlFile()
224 bool SocPerfConfig::LoadGovResource(xmlNode* child, const std::string& configFile) in LoadGovResource() function in OHOS::ResourceSchedule::SocPerfConfig
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp186 if (!LoadGovResource(child, realConfigFile)) { in ParseResourceXmlFile()
293 bool SocPerfConfig::LoadGovResource(xmlNode* child, const std::string& configFile) in LoadGovResource() function in OHOS::SOCPERF::SocPerfConfig