Home
last modified time | relevance | path

Searched refs:authApps_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp515 auto it = find(authApps_.begin(), authApps_.end(), pid); in NewForeground()
516 if (it == authApps_.end()) { in NewForeground()
569 auto it = find(authApps_.begin(), authApps_.end(), pid); in NewBackground()
570 if (it == authApps_.end()) { in NewBackground()
607 authApps_.push_back(pid); in NewAppStart()
631 for (auto iter = authApps_.begin(); iter != authApps_.end(); iter++) { in AppKilled()
633 authApps_.erase(iter); in AppKilled()
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h103 std::vector<int> authApps_; variable