Home
last modified time | relevance | path

Searched refs:IsNativeProcessCalling (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/service/
H A Dtoken_sync_manager_stub.cpp60 bool TokenSyncManagerStub::IsNativeProcessCalling() const in IsNativeProcessCalling() function in OHOS::Security::AccessToken::TokenSyncManagerStub
81 if (!IsRootCalling() && !IsNativeProcessCalling()) { in GetRemoteHapTokenInfoInner()
97 if (!IsRootCalling() && !IsNativeProcessCalling()) { in DeleteRemoteHapTokenInfoInner()
109 if (!IsRootCalling() && !IsNativeProcessCalling()) { in UpdateRemoteHapTokenInfoInner()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp105 if (!IsNativeProcessCalling() && !IsPrivilegedCalling()) { in GetUserGrantedPermissionUsedTypeInner()
486 if (!IsNativeProcessCalling() && !IsPrivilegedCalling()) { in CheckNativeDCapInner()
499 if (!IsNativeProcessCalling() && !IsPrivilegedCalling()) { in GetHapTokenIDInner()
513 if ((!IsNativeProcessCalling()) && !IsPrivilegedCalling()) { in AllocLocalTokenIDInner()
554 if (!IsNativeProcessCalling() && !IsPrivilegedCalling()) { in GetHapTokenInfoInner()
571 if (!IsNativeProcessCalling() && !IsPrivilegedCalling()) { in GetNativeTokenInfoInner()
651 if (!IsNativeProcessCalling() && !IsPrivilegedCalling()) { in GetNativeTokenIdInner()
864 bool AccessTokenManagerStub::IsNativeProcessCalling() in IsNativeProcessCalling() function in OHOS::Security::AccessToken::AccessTokenManagerStub
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/service/
H A Dtoken_sync_manager_stub.h38 bool IsNativeProcessCalling() const;
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/
H A Daccesstoken_manager_stub.h88 bool IsNativeProcessCalling();