Home
last modified time | relevance | path

Searched refs:IsAddOsAccountByUserDisallowed (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp31 DECLARE_NAPI_FUNCTION("isAddOsAccountByUserDisallowed", IsAddOsAccountByUserDisallowed), in Init()
115 napi_value AccountManagerAddon::IsAddOsAccountByUserDisallowed(napi_env env, napi_callback_info inf… in IsAddOsAccountByUserDisallowed() function in AccountManagerAddon
134 …ret = AccountManagerProxy::GetAccountManagerProxy()->IsAddOsAccountByUserDisallowed(&elementName, … in IsAddOsAccountByUserDisallowed()
138 …AccountManagerProxy::GetAccountManagerProxy()->IsAddOsAccountByUserDisallowed(nullptr, userId, isD… in IsAddOsAccountByUserDisallowed()
454 … ret = AccountManagerProxy::GetAccountManagerProxy()->IsAddOsAccountByUserDisallowed(&elementName, in IsAddOsAccountDisallowed()
457 … ret = AccountManagerProxy::GetAccountManagerProxy()->IsAddOsAccountByUserDisallowed(nullptr, in IsAddOsAccountDisallowed()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Daccount_manager_proxy_test.cpp166 …ErrCode ret = accountManagerProxy->IsAddOsAccountByUserDisallowed(&admin, DEFAULT_USER_ID, isDisab…
181 …ErrCode ret = accountManagerProxy->IsAddOsAccountByUserDisallowed(&admin, DEFAULT_USER_ID, isDisab…
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/include/
H A Daccount_manager_proxy.h34 …int32_t IsAddOsAccountByUserDisallowed(AppExecFwk::ElementName *admin, int32_t userId, bool &resul…
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/include/
H A Daccount_manager_addon.h58 static napi_value IsAddOsAccountByUserDisallowed(napi_env env, napi_callback_info info);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/src/
H A Daccount_manager_proxy.cpp93 int32_t AccountManagerProxy::IsAddOsAccountByUserDisallowed(AppExecFwk::ElementName *admin, int32_t… in IsAddOsAccountByUserDisallowed() function in OHOS::EDM::AccountManagerProxy