Home
last modified time | relevance | path

Searched refs:resourceNodeInfo_ (Results 1 - 7 of 7) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp51 auto item = resourceNodeInfo_.find(resId); in IsGovResId()
52 if (item != resourceNodeInfo_.end() && item->second->isGov) { in IsGovResId()
60 if (resourceNodeInfo_.find(resId) == resourceNodeInfo_.end()) { in IsValidResId()
194 auto it = resourceNodeInfo_.find(atoi(id)); in TraversalFreqResource()
195 if (it != resourceNodeInfo_.end()) { in TraversalFreqResource()
257 resourceNodeInfo_.insert(std::pair<int32_t, std::shared_ptr<ResNode>>(resNode->id, resNode)); in LoadFreqResourceContent()
279 auto it = resourceNodeInfo_.find(atoi(id)); in LoadGovResource()
280 if (it != resourceNodeInfo_.end()) { in LoadGovResource()
293 resourceNodeInfo_ in LoadGovResource()
[all...]
H A Dsocperf_executor_wirte_node.cpp49 for (auto iter = socPerfConfig_.resourceNodeInfo_.begin(); iter != socPerfConfig_.resourceNodeInfo_.end(); ++iter) { in InitThreadWraps()
86 UpdateCurrentValue(resId, socPerfConfig_.resourceNodeInfo_[resId]->def); in UpdateResIdCurrentValue()
96 std::static_pointer_cast<GovResNode>(socPerfConfig_.resourceNodeInfo_[resId]); in UpdateCurrentValue()
105 std::shared_ptr<ResNode> resNode = std::static_pointer_cast<ResNode>(socPerfConfig_.resourceNodeInfo_[resId]); in UpdateCurrentValue()
112 if (socPerfConfig_.resourceNodeInfo_[resId]->persistMode == REPORT_TO_PERFSO) { in WriteNode()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp92 auto item = resourceNodeInfo_.find(resId); in IsGovResId()
93 if (item != resourceNodeInfo_.end() && item->second->isGov) { in IsGovResId()
101 if (resourceNodeInfo_.find(resId) == resourceNodeInfo_.end()) { in IsValidResId()
285 auto it = resourceNodeInfo_.find(atoi(id)); in TraversalFreqResource()
286 if (it != resourceNodeInfo_.end()) { in TraversalFreqResource()
355 resourceNodeInfo_.insert(std::pair<int32_t, std::shared_ptr<ResNode>>(resNode->id, resNode)); in LoadFreqResourceContent()
380 auto it = resourceNodeInfo_.find(atoi(id)); in LoadGovResource()
381 if (it != resourceNodeInfo_.end()) { in LoadGovResource()
400 resourceNodeInfo_ in LoadGovResource()
[all...]
H A Dsocperf_thread_wrap.cpp227 if (socPerfConfig_.resourceNodeInfo_.find(resId) != socPerfConfig_.resourceNodeInfo_.end() && in SendResStatusToPerfSo()
230 if (socPerfConfig_.resourceNodeInfo_[resId]->persistMode == REPORT_TO_PERFSO) { in SendResStatusToPerfSo()
241 if (socPerfConfig_.resourceNodeInfo_[resId]->trace && socPerfConfig_.isTraceDug) { in SendResStatusToPerfSo()
242 SOCPERF_TRACE_COUNTTRACE(socPerfConfig_.resourceNodeInfo_[resId]->name, in SendResStatusToPerfSo()
338 if (socPerfConfig_.resourceNodeInfo_.find(resId) == socPerfConfig_.resourceNodeInfo_.end() in GetResValueByLevel()
339 || socPerfConfig_.resourceNodeInfo_[resId]->available.empty()) { in GetResValueByLevel()
348 for (auto a : socPerfConfig_.resourceNodeInfo_[resId]->available) { in GetResValueByLevel()
520 pairResId = std::static_pointer_cast<ResNode>(socPerfConfig_.resourceNodeInfo_[resI in ArbitratePairResInPerfLvl()
[all...]
H A Dsocperf.cpp74 for (auto iter = socPerfConfig_.resourceNodeInfo_.begin(); iter != socPerfConfig_.resourceNodeInfo_.end(); ++iter) { in InitThreadWraps()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/
H A Dsocperf_executor_config.h36 std::unordered_map<int32_t, std::shared_ptr<ResourceNode>> resourceNodeInfo_; member in OHOS::ResourceSchedule::SocPerfConfig
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_config.h38 std::unordered_map<int32_t, std::shared_ptr<ResourceNode>> resourceNodeInfo_; member in OHOS::SOCPERF::SocPerfConfig

Completed in 5 milliseconds