Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_domain_account_callback.cpp93 errCode = IInnerOsAccountManager::GetInstance().SendMsgForAccountCreate(osAccountInfo_); in OnResult()
Dinner_os_account_manager.cpp130 if (SendMsgForAccountCreate(osAccountInfo) != ERR_OK) { in StartAccount()
222 ErrCode IInnerOsAccountManager::SendMsgForAccountCreate(OsAccountInfo &osAccountInfo) in SendMsgForAccountCreate() function in OHOS::AccountSA::IInnerOsAccountManager
260 errCode = SendMsgForAccountCreate(osAccountInfo); in CreateOsAccount()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp277 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
285 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
294 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
325 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
333 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
339 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
/base/account/os_account/services/accountmgr/include/osaccount/
Diinner_os_account_manager.h92 ErrCode SendMsgForAccountCreate(OsAccountInfo &osAccountInfo);
/base/account/os_account/services/accountmgr/
Dlibaccountmgr.map139 …"OHOS::AccountSA::IInnerOsAccountManager::SendMsgForAccountCreate(OHOS::AccountSA::OsAccountInfo&)…
218 … "OHOS::AccountSA::IInnerOsAccountManager::SendMsgForAccountCreate(OsAccountInfo &osAccountInfo)";