Searched refs:grantedPermListBefore (Results 1 - 3 of 3) sorted by relevance
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/ |
H A D | permission_manager.cpp | 830 void PermissionManager::NotifyUpdatedPermList(const std::vector<std::string>& grantedPermListBefore, in NotifyUpdatedPermList() argument 833 for (uint32_t i = 0; i < grantedPermListBefore.size(); i++) { in NotifyUpdatedPermList() 834 auto it = find(grantedPermListAfter.begin(), grantedPermListAfter.end(), grantedPermListBefore[i]); in NotifyUpdatedPermList() 837 tokenID, grantedPermListBefore[i], STATE_CHANGE_REVOKED); in NotifyUpdatedPermList() 838 ParamUpdate(grantedPermListBefore[i], 0, true); in NotifyUpdatedPermList() 842 auto it = find(grantedPermListBefore.begin(), grantedPermListBefore.end(), grantedPermListAfter[i]); in NotifyUpdatedPermList() 843 if (it == grantedPermListBefore.end()) { in NotifyUpdatedPermList()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/include/permission/ |
H A D | permission_manager.h | 104 void NotifyUpdatedPermList(const std::vector<std::string>& grantedPermListBefore,
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/ |
H A D | accesstoken_info_manager.cpp | 1339 std::vector<std::string> grantedPermListBefore; in ClearUserGrantedPermission() local 1340 permPolicySet->GetGrantedPermissionList(grantedPermListBefore); in ClearUserGrantedPermission() 1373 PermissionManager::GetInstance().NotifyUpdatedPermList(grantedPermListBefore, grantedPermListAfter, id); in ClearUserGrantedPermission() 1378 PermissionManager::GetInstance().NotifyUpdatedPermList(grantedPermListBefore, grantedPermListAfter, id); in ClearUserGrantedPermission()
|
Completed in 6 milliseconds