Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp863 bool hasTokenIdIntersection = false; in IsExistRegister() local
866 hasTokenIdIntersection = true; in IsExistRegister()
869 if (hasTokenIdIntersection) { in IsExistRegister()
874 hasTokenIdIntersection = true; in IsExistRegister()
878 if (hasTokenIdIntersection && hasPermIntersection && in IsExistRegister()
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_atmanager.cpp1406 bool hasTokenIdIntersection = false; in IsExistRegister() local
1409 hasTokenIdIntersection = true; in IsExistRegister()
1412 if (hasTokenIdIntersection) { in IsExistRegister()
1417 hasTokenIdIntersection = true; in IsExistRegister()
1421 if (hasTokenIdIntersection && hasPermIntersection && in IsExistRegister()