Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Daccount_manager_proxy_test.cpp78 ErrCode ret = accountManagerProxy->DisallowAddLocalAccount(admin, true);
91 ErrCode ret = accountManagerProxy->DisallowAddLocalAccount(admin, true);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/include/
H A Daccount_manager_proxy.h31 int32_t DisallowAddLocalAccount(AppExecFwk::ElementName &admin, bool isDisallow);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp29 DECLARE_NAPI_FUNCTION("disallowAddLocalAccount", DisallowAddLocalAccount), in Init()
41 napi_value AccountManagerAddon::DisallowAddLocalAccount(napi_env env, napi_callback_info info) in DisallowAddLocalAccount() function in AccountManagerAddon
200 …asyncCallbackInfo->ret = accountManagerProxy->DisallowAddLocalAccount(asyncCallbackInfo->elementNa… in NativeDisallowAddLocalAccount()
421 ret = accountManagerProxy->DisallowAddLocalAccount(elementName, disallow); in DisallowAddOsAccount()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/include/
H A Daccount_manager_addon.h55 static napi_value DisallowAddLocalAccount(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.cpp46 int32_t AccountManagerProxy::DisallowAddLocalAccount(AppExecFwk::ElementName &admin, bool isDisallo… in DisallowAddLocalAccount() function in OHOS::EDM::AccountManagerProxy