Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dinner_os_account_manager_test.cpp95 ErrCode ret = innerMgrService_->SendMsgForAccountActivate(osAccountInfo);
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h144 ErrCode SendMsgForAccountActivate(OsAccountInfo &osAccountInfo, const bool startStorage = true,
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp232 errCode = SendMsgForAccountActivate(osAccountInfo); in RetryToGetAccount()
1678 errCode = SendMsgForAccountActivate(osAccountInfo, startStorage); in RetryToGetAccount()
1763 ErrCode IInnerOsAccountManager::SendMsgForAccountActivate(OsAccountInfo &osAccountInfo, const bool … in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map144 …"OHOS::AccountSA::IInnerOsAccountManager::SendMsgForAccountActivate(OHOS::AccountSA::OsAccountInfo…
227 …"OHOS::AccountSA::IInnerOsAccountManager::SendMsgForAccountActivate(OsAccountInfo &osAccountInfo)";
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp994 ret = innerMgrService_->SendMsgForAccountActivate(osAccountInfoOne);