Home
last modified time | relevance | path

Searched refs:isGov (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/
H A Dsocperf_common.h49 bool isGov; member in OHOS::ResourceSchedule::ResourceNode
52 ResourceNode(int32_t id, const std::string& name, int32_t persistMode, bool isGov, bool isMaxValue) : id(id), in ResourceNode() argument
53 name(name), def(INVALID_VALUE), persistMode(persistMode), isGov(isGov), isMaxValue(isMaxValue) {} in ResourceNode()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h77 bool isGov; member in OHOS::SOCPERF::ResourceNode
81 ResourceNode(int32_t id, const std::string& name, int32_t persistMode, bool isGov, bool isMaxValue) : id(id), in ResourceNode() argument
82 name(name), def(INVALID_VALUE), persistMode(persistMode), isGov(isGov), isMaxValue(isMaxValue) {} in ResourceNode()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_wirte_node.cpp60 if (resourceNode->isGov) { in InitResourceNodeInfo()
H A Dsocperf_executor_config.cpp52 if (item != resourceNodeInfo_.end() && item->second->isGov) { in IsGovResId()
435 if (iter->second->isGov) { in CheckPairResIdValid()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp93 if (item != resourceNodeInfo_.end() && item->second->isGov) { in IsGovResId()
690 if (iter->second->isGov) { in CheckPairResIdValid()

Completed in 5 milliseconds