Searched refs:authApps_ (Results 1 – 2 of 2) sorted by relevance
515 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()
103 std::vector<int> authApps_; variable