Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_cov.cpp229 errCode = innerMgrService_->SendMsgForAccountDeactivate(osAccountInfo);
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h148 ErrCode SendMsgForAccountDeactivate(OsAccountInfo &osAccountInfo, bool isStopStorage = true);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp890 ErrCode IInnerOsAccountManager::SendMsgForAccountDeactivate(OsAccountInfo &osAccountInfo, bool isSt… in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager
1726 errCode = SendMsgForAccountDeactivate(osAccountInfo, isStopStorage); in RetryToGetAccount()