Home
last modified time | relevance | path

Searched refs:PermissionCheck (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp118 (!PermissionCheck("", CONSTANT_CREATE_DIRECTLY) || in ValidateAccountCreateParamAndPermission()
119 !PermissionCheck(MANAGE_LOCAL_ACCOUNTS, CONSTANT_CREATE))) { in ValidateAccountCreateParamAndPermission()
165 if ((!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, CONSTANT_CREATE)) || in CreateOsAccountWithFullInfo()
166 (!PermissionCheck("", CONSTANT_CREATE_DIRECTLY))) { in CreateOsAccountWithFullInfo()
187 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, "")) { in UpdateOsAccountWithFullInfo()
212 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, CONSTANT_CREATE)) { in CreateOsAccountForDomain()
266 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, CONSTANT_REMOVE)) { in RemoveOsAccount()
288 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNTS, "") && !PermissionCheck(INTERACT_ACROSS_LOCAL_ACCOUNTS, "")) { in IsOsAccountActived()
304 if (!PermissionCheck(MANAGE_LOCAL_ACCOUNT in IsOsAccountConstraintEnable()
1070 bool OsAccountManagerService::PermissionCheck(const std::string& permissionName, const std::string& constraintName) PermissionCheck() function in OHOS::AccountSA::OsAccountManagerService
[all...]
/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_manager_service.h136 bool PermissionCheck(const std::string& permissionName, const std::string& constraintName);

Completed in 3 milliseconds