Home
last modified time | relevance | path

Searched refs:ResStatus (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_thread_wrap.h30 namespace OHOS { namespace SOCPERF { class ResStatus; } }
81 std::unordered_map<int32_t, std::shared_ptr<ResStatus>> resStatusInfo_;
96 std::shared_ptr<ResAction> resAction, std::shared_ptr<ResStatus> resStatus);
98 std::shared_ptr<ResAction> resAction, std::shared_ptr<ResStatus> resStatus);
100 void InnerArbitrateCandidatesValue(int32_t type, std::shared_ptr<ResStatus> resStatus);
107 bool ExistNoCandidate(int32_t resId, std::shared_ptr<ResStatus> resStatus);
111 std::shared_ptr<ResAction> resAction, std::shared_ptr<ResStatus> resStatus);
H A Dsocperf_common.h203 class ResStatus { class
215 explicit ResStatus() in ResStatus() function in OHOS::SOCPERF::ResStatus
234 ~ResStatus() {} in ~ResStatus()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp90 auto resStatus = std::make_shared<ResStatus>(); in InitResourceNodeInfo()
91 resStatusInfo_.insert(std::pair<int32_t, std::shared_ptr<ResStatus>>(resourceNode->id, resStatus)); in InitResourceNodeInfo()
226 std::shared_ptr<ResStatus> resStatus = iter->second; in SendResStatusToPerfSo()
362 std::shared_ptr<ResStatus> resStatus = resStatusInfo_[resId]; in UpdateResActionList()
373 std::shared_ptr<ResAction> resAction, std::shared_ptr<ResStatus> resStatus) in UpdateResActionListByDelayedMsg()
386 std::shared_ptr<ResAction> resAction, std::shared_ptr<ResStatus> resStatus) in HandleResAction()
400 std::shared_ptr<ResAction> resAction, std::shared_ptr<ResStatus> resStatus) in UpdateResActionListByInstantMsg()
427 std::shared_ptr<ResStatus> resStatus = resStatusInfo_[resId]; in UpdateCandidatesValue()
443 void SocPerfThreadWrap::InnerArbitrateCandidatesValue(int32_t type, std::shared_ptr<ResStatus> resStatus) in InnerArbitrateCandidatesValue()
467 std::shared_ptr<ResStatus> resStatu in ArbitrateCandidate()
[all...]
/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp194 for (const std::pair<int32_t, std::shared_ptr<ResStatus>>& item : socPerfThreadWrap->resStatusInfo_) { in HWTEST_F()

Completed in 4 milliseconds