Home
last modified time | relevance | path

Searched refs:resActionList (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp194 std::list<std::shared_ptr<ResAction>>& resActionList = item.second->resActionList[ACTION_TYPE_PERF]; in ClearAllAliveRequest()
195 resActionList.clear(); in ClearAllAliveRequest()
375 for (auto iter = resStatus->resActionList[type].begin(); in UpdateResActionListByDelayedMsg()
376 iter != resStatus->resActionList[type].end(); ++iter) { in UpdateResActionListByDelayedMsg()
378 resStatus->resActionList[type].erase(iter); in UpdateResActionListByDelayedMsg()
388 for (auto iter = resStatus->resActionList[type].begin(); in HandleResAction()
389 iter != resStatus->resActionList[type].end(); ++iter) { in HandleResAction()
391 resStatus->resActionList[type].erase(iter); in HandleResAction()
395 resStatus->resActionList[typ in HandleResAction()
[all...]
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h205 std::vector<std::list<std::shared_ptr<ResAction>>> resActionList; member in OHOS::SOCPERF::ResStatus
217 resActionList = std::vector<std::list<std::shared_ptr<ResAction>>>(ACTION_TYPE_MAX); in ResStatus()
/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp198 std::list<std::shared_ptr<ResAction>>& resActionList = item.second->resActionList[ACTION_TYPE_PERF]; in HWTEST_F() local
199 EXPECT_TRUE(resActionList.empty()); in HWTEST_F()

Completed in 4 milliseconds