Home
last modified time | relevance | path

Searched refs:GetXmlIntProp (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.h48 int32_t GetXmlIntProp(const xmlNode* xmlNode, const char* propName) const;
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_config.h54 int32_t GetXmlIntProp(const xmlNode* xmlNode, const char* propName) const;
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp502 int32_t SocPerfConfig::GetXmlIntProp(const xmlNode* xmlNode, const char* propName) const in GetXmlIntProp() function in OHOS::SOCPERF::SocPerfConfig
520 action->thermalLvl_ = GetXmlIntProp(grandson, "thermalLvl"); in TraversalBoostResource()
521 action->thermalCmdId_ = GetXmlIntProp(grandson, "thermalCmdId"); in TraversalBoostResource()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp315 int32_t SocPerfConfig::GetXmlIntProp(const xmlNode* xmlNode, const char* propName) const in GetXmlIntProp() function in OHOS::ResourceSchedule::SocPerfConfig