Home
last modified time | relevance | path

Searched refs:CheckSystemApp (Results 1 - 14 of 14) sorted by relevance

/base/security/asset/services/os_dependency/src/
H A Daccess_token_wrapper.cpp32 bool CheckSystemApp(void) in CheckSystemApp() function
64 return (tokenType == ATokenTypeEnum::TOKEN_HAP) ? CheckSystemApp() : true; in CheckSystemHapPermission()
/base/account/os_account/frameworks/common/utils/include/
H A Daccount_permission_manager.h27 static ErrCode CheckSystemApp(bool isCallStub = true);
/base/account/os_account/frameworks/common/utils/src/
H A Daccount_permission_manager.cpp38 ErrCode AccountPermissionManager::CheckSystemApp(bool isCallStub) in CheckSystemApp() function in OHOS::AccountSA::AccountPermissionManager
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dcj_osaccount_ffi.cpp34 if (AccountPermissionManager::CheckSystemApp(false) != ERR_OK) { in FfiOHOSOsAccountIsOsAccountConstraintEnabled()
36 ACCOUNT_LOGE("[osAccount] IsOsAccountConstraintEnabled CheckSystemApp failed! errCode %{public}d", in FfiOHOSOsAccountIsOsAccountConstraintEnabled()
162 if (AccountPermissionManager::CheckSystemApp(false) != ERR_OK) { in FfiOHOSOsAccountIsOsAccountUnlocked()
164 ACCOUNT_LOGE("[osAccount] IsOsAccountUnlocked CheckSystemApp failed! errCode %{public}d", *errCode); in FfiOHOSOsAccountIsOsAccountUnlocked()
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp359 ErrCode result = AccountPermissionManager::CheckSystemApp(false); in RegisterPINInputer()
392 ErrCode result = AccountPermissionManager::CheckSystemApp(false); in RegisterInputer()
416 ErrCode result = AccountPermissionManager::CheckSystemApp(false); in UnregisterInputer()
437 ErrCode result = AccountPermissionManager::CheckSystemApp(false); in UnregisterPINInputer()
/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp162 ErrCode res = AccountPermissionManager::CheckSystemApp(false); in SubscribeDistributedAccountEvent()
173 ErrCode res = AccountPermissionManager::CheckSystemApp(false); in UnsubscribeDistributedAccountEvent()
H A Daccount_stub.cpp199 std::int32_t ret = AccountPermissionManager::CheckSystemApp(); in CmdSetOhosAccountInfoByUserId()
304 ErrCode errCode = AccountPermissionManager::CheckSystemApp(); in CmdGetOhosAccountInfoByUserId()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1706 if (AccountPermissionManager::CheckSystemApp(false) != ERR_OK) { in IsOsAccountActivated()
1719 if (argc == ARGS_SIZE_TWO && AccountPermissionManager::CheckSystemApp(false) != ERR_OK) { in IsOsAccountConstraintEnabled()
1732 if (argc != 0 && AccountPermissionManager::CheckSystemApp(false) != ERR_OK) { in IsOsAccountUnlocked()
1741 if (AccountPermissionManager::CheckSystemApp(false) != ERR_OK) { in GetEnabledOsAccountConstraints()
1750 if (AccountPermissionManager::CheckSystemApp(false) != ERR_OK) { in QueryOsAccount()
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp118 ErrCode result = AccountPermissionManager::CheckSystemApp(false); in GetBundleIdFromUid()
/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_stub.cpp526 ErrCode errCode = AccountPermissionManager::CheckSystemApp(); in CheckPermission()
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp187 result = AccountPermissionManager::CheckSystemApp(); in OnRemoteRequest()
/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
H A Dnapi_distributed_account.cpp382 if (AccountPermissionManager::CheckSystemApp(false) != ERR_OK) { in SetCurrentOsAccountDistributedInfo()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp600 ErrCode result = AccountPermissionManager::CheckSystemApp(false); in UnsubscribeOsAccount()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_stub.cpp526 ErrCode result = AccountPermissionManager::CheckSystemApp(); in OnRemoteRequest()

Completed in 16 milliseconds