Home
last modified time | relevance | path

Searched refs:INTERACT_ACROSS_LOCAL_ACCOUNTS (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp51 const std::string INTERACT_ACROSS_LOCAL_ACCOUNTS = "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS"; member
288 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, "") && !PermissionCheck(INTERACT_ACROSS_LOCAL_ACCOUNTS, "")) { in IsOsAccountActived()
327 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, "") && !PermissionCheck(INTERACT_ACROSS_LOCAL_ACCOUNTS, "")) { in CheckOsAccountConstraintEnabled()
348 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, "") && !PermissionCheck(INTERACT_ACROSS_LOCAL_ACCOUNTS, "")) { in IsOsAccountVerified()
476 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, "") && !PermissionCheck(INTERACT_ACROSS_LOCAL_ACCOUNTS, "")) { in GetOsAccountType()
701 (AccountPermissionManager::CheckSaCall() && PermissionCheck(INTERACT_ACROSS_LOCAL_ACCOUNTS, "")))) { in SubscribeOsAccount()
707 (AccountPermissionManager::CheckSaCall() && PermissionCheck(INTERACT_ACROSS_LOCAL_ACCOUNTS, "")))) { in SubscribeOsAccount()
1063 if (!PermissionCheck(INTERACT_ACROSS_LOCAL_ACCOUNTS, "")) { in GetOsAccountShortNameById()
/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp49 const std::string INTERACT_ACROSS_LOCAL_ACCOUNTS = "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS"; member
310 !HasAccountRequestPermission(INTERACT_ACROSS_LOCAL_ACCOUNTS) && in CmdGetOhosAccountInfoByUserId()
/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_stub.cpp32 const std::string INTERACT_ACROSS_LOCAL_ACCOUNTS = "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS"; member
561 orPermissions.emplace_back(INTERACT_ACROSS_LOCAL_ACCOUNTS); in CheckPermission()

Completed in 5 milliseconds