Home
last modified time | relevance | path

Searched refs:SendToStorageAccountStart (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/test/mock/os_account/
H A Dos_account_interface.h44 static ErrCode SendToStorageAccountStart(OsAccountInfo &osAccountInfo);
H A Dos_account_interface.cpp111 ErrCode OsAccountInterface::SendToStorageAccountStart(OsAccountInfo &osAccountInfo) in SendToStorageAccountStart() function in OHOS::AccountSA::OsAccountInterface
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_interface.h52 static ErrCode SendToStorageAccountStart(OsAccountInfo &osAccountInfo);
H A Diinner_os_account_manager.h146 ErrCode SendToStorageAccountStart(OsAccountInfo &osAccountInfo);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp458 ErrCode OsAccountInterface::SendToStorageAccountStart(OsAccountInfo &osAccountInfo) in SendToStorageAccountStart() function in OHOS::AccountSA::OsAccountInterface
H A Dinner_os_account_manager.cpp1774 ErrCode errCode = SendToStorageAccountStart(osAccountInfo); in RetryToGetAccount()
1811 ErrCode IInnerOsAccountManager::SendToStorageAccountStart(OsAccountInfo &osAccountInfo) in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
1815 ErrCode err = OsAccountInterface::SendToStorageAccountStart(osAccountInfo); in RetryToGetAccount()