Home
last modified time | relevance | path

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

/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp482 boostTime_[cancelCmdId] = 0; in CheckTimeInterval()
487 if (boostTime_.find(recordCmdId) == boostTime_.end()) { in CheckTimeInterval()
488 boostTime_[recordCmdId] = curMs; in CheckTimeInterval()
491 if (curMs - boostTime_[recordCmdId] > TIME_INTERVAL) { in CheckTimeInterval()
492 boostTime_[recordCmdId] = curMs; in CheckTimeInterval()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf.h53 std::unordered_map<int32_t, uint64_t> boostTime_; member in OHOS::SOCPERF::SocPerf

Completed in 2 milliseconds