Home
last modified time | relevance | path

Searched refs:targetPermList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/kits/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp817 std::vector<std::string> targetPermList; in IsExistRegister() local
818 permActiveChangeContext->subscriber->GetPermList(targetPermList); in IsExistRegister()
827 if (permList.empty() || targetPermList.empty()) { in IsExistRegister()
830 for (const auto& PermItem : targetPermList) { in IsExistRegister()
849 std::vector<std::string> targetPermList; in DeleteRegisterInVector() local
850 permActiveChangeContext->subscriber->GetPermList(targetPermList); in DeleteRegisterInVector()
856 …if ((permList == targetPermList) && CompareCallbackRef(permActiveChangeContext->env, (*item)->call… in DeleteRegisterInVector()
871 std::vector<std::string> targetPermList = unregisterPermActiveChangeContext->permList; in FindAndGetSubscriber() local
888 if ((permList == targetPermList) && callbackEqual) { in FindAndGetSubscriber()
/ohos5.0/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp754 std::vector<std::string> targetPermList = unregisterPermStateChangeInfo->scopeInfo.permList; in FindAndGetSubscriberInVector() local
768 if (scopeInfo.tokenIDs == targetTokenIDs && scopeInfo.permList == targetPermList) { in FindAndGetSubscriberInVector()
783 std::vector<std::string> targetPermList = scopeInfo.permList; in DeleteRegisterFromVector() local
789 … ((stateChangeScope.tokenIDs == targetTokenIDs) && (stateChangeScope.permList == targetPermList) && in DeleteRegisterFromVector()
839 std::vector<std::string> targetPermList = targetScopeInfo.permList; in IsExistRegister() local
850 if (scopeInfo.permList.empty() || targetPermList.empty()) { in IsExistRegister()
853 for (const auto& PermItem : targetPermList) { in IsExistRegister()
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_atmanager.cpp1350 std::vector<std::string> targetPermList = unregisterPermStateChangeInfo->scopeInfo.permList; in FindAndGetSubscriberInVector() local
1365 if (scopeInfo.tokenIDs == targetTokenIDs && scopeInfo.permList == targetPermList) { in FindAndGetSubscriberInVector()
1382 std::vector<std::string> targetPermList = targetScopeInfo.permList; in IsExistRegister() local
1393 if (scopeInfo.permList.empty() || targetPermList.empty()) { in IsExistRegister()
1396 for (const auto& PermItem : targetPermList) { in IsExistRegister()
1434 std::vector<std::string> targetPermList = scopeInfo.permList; in DeleteRegisterFromVector() local
1440 … ((stateChangeScope.tokenIDs == targetTokenIDs) && (stateChangeScope.permList == targetPermList) && in DeleteRegisterFromVector()