Searched refs:LoadFreqResourceContent (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 | 46 …bool LoadFreqResourceContent(int32_t persistMode, xmlNode* greatGrandson, const std::string& confi…
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_config.h | 52 …bool LoadFreqResourceContent(int32_t persistMode, xmlNode* greatGrandson, const std::string& confi…
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/ |
H A D | socperf_executor_config.cpp | 172 …if (!LoadFreqResourceContent(persistMode ? atoi(persistMode) : 0, greatGrandson, configFile, resNo… in TraversalFreqResource() 180 bool SocPerfConfig::LoadFreqResourceContent(int32_t persistMode, xmlNode* greatGrandson, const std:… in LoadFreqResourceContent() function in OHOS::ResourceSchedule::SocPerfConfig
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_config.cpp | 236 …if (!LoadFreqResourceContent(persistMode ? atoi(persistMode) : 0, greatGrandson, configFile, resNo… in TraversalFreqResource() 244 bool SocPerfConfig::LoadFreqResourceContent(int32_t persistMode, xmlNode* greatGrandson, const std:… in LoadFreqResourceContent() function in OHOS::SOCPERF::SocPerfConfig
|