Home
last modified time | relevance | path

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

/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp194 auto iter = limitRequest_[clientId].find(resId); in SendLimitRequestEventOff()
195 if (iter != limitRequest_[clientId].end() in SendLimitRequestEventOff()
196 && limitRequest_[clientId][resId] != INVALID_VALUE) { in SendLimitRequestEventOff()
198 limitRequest_[clientId][resId], 0, clientId, EVENT_OFF, -1, MAX_INT_VALUE); in SendLimitRequestEventOff()
205 limitRequest_[clientId].erase(iter); in SendLimitRequestEventOff()
220 limitRequest_[clientId].insert(std::pair<int32_t, int32_t>(resId, resValue)); in SendLimitRequestEventOn()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf.h47 std::vector<std::unordered_map<int32_t, int32_t>> limitRequest_ = member in OHOS::SOCPERF::SocPerf

Completed in 2 milliseconds