Home
last modified time | relevance | path

Searched refs:boostCmdCount_ (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp454 if (boostCmdCount_.find(cmdId) == boostCmdCount_.end()) { in UpdateCmdIdCount()
455 boostCmdCount_[cmdId] = 0; in UpdateCmdIdCount()
457 boostCmdCount_[cmdId]++; in UpdateCmdIdCount()
464 for (const auto& pair : boostCmdCount_) { in RequestCmdIdCount()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf.h52 std::unordered_map<int32_t, uint32_t> boostCmdCount_; member in OHOS::SOCPERF::SocPerf

Completed in 3 milliseconds