Home
last modified time | relevance | path

Searched refs:SendToAMSAccountStart (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.h25 static ErrCode SendToAMSAccountStart(OsAccountInfo &osAccountInfo,
H A Dos_account_interface.cpp21 ErrCode OsAccountInterface::SendToAMSAccountStart(OsAccountInfo &osAccountInfo, in SendToAMSAccountStart() function in OHOS::AccountSA::OsAccountInterface
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_interface.h33 static ErrCode SendToAMSAccountStart(OsAccountInfo &osAccountInfo,
H A Diinner_os_account_manager.h147 ErrCode SendToAMSAccountStart(OsAccountInfo &osAccountInfo, const uint64_t dispalyId);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp66 ErrCode OsAccountInterface::SendToAMSAccountStart(OsAccountInfo &osAccountInfo, in SendToAMSAccountStart() function in OHOS::AccountSA::OsAccountInterface
H A Dinner_os_account_manager.cpp1780 ErrCode errCode = SendToAMSAccountStart(osAccountInfo, displayId); in RetryToGetAccount()
1841 ErrCode IInnerOsAccountManager::SendToAMSAccountStart(OsAccountInfo &osAccountInfo, in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
1848 ErrCode errCode = OsAccountInterface::SendToAMSAccountStart(osAccountInfo, callbackFunc); in RetryToGetAccount()