Searched refs:startStorage (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | iinner_os_account_manager.h | 67 …ErrCode ActivateOsAccount(const int id, const bool startStorage = true, const uint64_t displayId =… 144 ErrCode SendMsgForAccountActivate(OsAccountInfo &osAccountInfo, const bool startStorage = true,
|
H A D | iinner_os_account.h | 62 …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 D | inner_os_account_manager.cpp | 1640 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()
|