Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dapp_state_observer.cpp82 for (const auto& iter : userIdList_) { in UninstallAllDlpSandbox()
85 userIdList_.clear(); in UninstallAllDlpSandbox()
91 DLP_LOG_DEBUG(LABEL, "userIdList_ size:%{public}zu", userIdList_.size()); in ExitSaAfterAllDlpManagerDie()
92 if (userIdList_.empty() && CallbackListenerEmpty()) { in ExitSaAfterAllDlpManagerDie()
111 auto iter = userIdList_.find(userId); in EraseUserId()
112 if (iter != userIdList_.end()) { in EraseUserId()
114 userIdList_.erase(userId); in EraseUserId()
121 if (userIdList_.count(userId) <= 0) { in AddUserId()
123 userIdList_.emplace(userId); in AddUserId()
H A Dapp_state_observer.h74 std::set<int32_t> userIdList_; variable