Home
last modified time | relevance | path

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

/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp511 auto it = find(authApps_.begin(), authApps_.end(), pid); in NewForeground()
512 if (it == authApps_.end()) { in NewForeground()
566 auto it = find(authApps_.begin(), authApps_.end(), pid); in NewBackground()
567 if (it == authApps_.end()) { in NewBackground()
604 authApps_.push_back(pid); in NewAppStart()
625 for (auto iter = authApps_.begin(); iter != authApps_.end(); iter++) { in AppKilled()
627 authApps_ in AppKilled()
[all...]
/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h101 std::vector<int> authApps_; member in OHOS::ConcurrentTask::TaskController

Completed in 2 milliseconds