Home
last modified time | relevance | path

Searched refs:startStorage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h67 …ErrCode ActivateOsAccount(const int id, const bool startStorage = true, const uint64_t displayId =…
144 ErrCode SendMsgForAccountActivate(OsAccountInfo &osAccountInfo, const bool startStorage = true,
H A Diinner_os_account.h62 …virtual ErrCode ActivateOsAccount(const int id, const bool startStorage = true, const uint64_t dis…
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp1640 ErrCode IInnerOsAccountManager::ActivateOsAccount(const int id, const bool startStorage, const uint… in RetryToGetAccount() argument
1678 errCode = SendMsgForAccountActivate(osAccountInfo, startStorage); in RetryToGetAccount()
1763 …rOsAccountManager::SendMsgForAccountActivate(OsAccountInfo &osAccountInfo, const bool startStorage, in RetryToGetAccount() argument
1773 if (startStorage) { in RetryToGetAccount()