Home
last modified time | relevance | path

Searched refs:UpdateAccountIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dios_account_control.h77 virtual ErrCode UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const bool isDelete) = 0;
H A Dos_account_control_file_manager.h93 ErrCode UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const bool isDelete) override;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
H A Dmock_os_account_control_file_manager.h85 …ErrCode UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const bool isDelete) { return ERR_O… in UpdateAccountIndex() function
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp303 osAccountControl_->UpdateAccountIndex(osAccountInfo, false); in RetryToGetAccount()
370 osAccountControl_->UpdateAccountIndex(osAccountInfo, false); in RetryToGetAccount()
518 osAccountControl_->UpdateAccountIndex(accountInfoOld, false); in RetryToGetAccount()
627 osAccountControl_->UpdateAccountIndex(oldInfo, false); in RetryToGetAccount()
693 ErrCode errCode = osAccountControl_->UpdateAccountIndex(osAccountInfo, false); in RetryToGetAccount()
1516 osAccountControl_->UpdateAccountIndex(osAccountInfo, false); in RetryToGetAccount()
H A Dos_account_control_file_manager.cpp883 ErrCode OsAccountControlFileManager::UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const b… in UpdateAccountIndex() function in OHOS::AccountSA::OsAccountControlFileManager