Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_domain_account_callback.cpp103 errCode = IInnerOsAccountManager::GetInstance().SendMsgForAccountCreate(osAccountInfo_); in OnResult()
H A Dinner_os_account_manager.cpp155 if (SendMsgForAccountCreate(osAccountInfo) != ERR_OK) { in CreateBaseStandardAccount()
412 ErrCode IInnerOsAccountManager::SendMsgForAccountCreate( in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
483 errCode = SendMsgForAccountCreate(osAccountInfo); in RetryToGetAccount()
532 errCode = SendMsgForAccountCreate(osAccountInfo, options); in RetryToGetAccount()
581 errCode = SendMsgForAccountCreate(osAccountInfo, options); in RetryToGetAccount()
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h113 …ErrCode SendMsgForAccountCreate(OsAccountInfo &osAccountInfo, const CreateOsAccountOptions &option…
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp983 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
991 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
1000 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map145 …"OHOS::AccountSA::IInnerOsAccountManager::SendMsgForAccountCreate(OHOS::AccountSA::OsAccountInfo&)…
226 … "OHOS::AccountSA::IInnerOsAccountManager::SendMsgForAccountCreate(OsAccountInfo &osAccountInfo)";