Searched refs:DisallowAddLocalAccount (Results 1 – 5 of 5) sorted by relevance
78 ErrCode ret = accountManagerProxy->DisallowAddLocalAccount(admin, true);91 ErrCode ret = accountManagerProxy->DisallowAddLocalAccount(admin, true);
31 int32_t DisallowAddLocalAccount(AppExecFwk::ElementName &admin, bool isDisallow);
29 DECLARE_NAPI_FUNCTION("disallowAddLocalAccount", DisallowAddLocalAccount), in Init()41 napi_value AccountManagerAddon::DisallowAddLocalAccount(napi_env env, napi_callback_info info) in DisallowAddLocalAccount() function in AccountManagerAddon200 …asyncCallbackInfo->ret = accountManagerProxy->DisallowAddLocalAccount(asyncCallbackInfo->elementNa… in NativeDisallowAddLocalAccount()421 ret = accountManagerProxy->DisallowAddLocalAccount(elementName, disallow); in DisallowAddOsAccount()
55 static napi_value DisallowAddLocalAccount(napi_env env, napi_callback_info info);
46 int32_t AccountManagerProxy::DisallowAddLocalAccount(AppExecFwk::ElementName &admin, bool isDisallo… in DisallowAddLocalAccount() function in OHOS::EDM::AccountManagerProxy