Searched refs:UpdateAccountIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | ios_account_control.h | 77 virtual ErrCode UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const bool isDelete) = 0;
|
H A D | os_account_control_file_manager.h | 93 ErrCode UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const bool isDelete) override;
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/ |
H A D | mock_os_account_control_file_manager.h | 85 …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 D | inner_os_account_manager.cpp | 303 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 D | os_account_control_file_manager.cpp | 883 ErrCode OsAccountControlFileManager::UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const b… in UpdateAccountIndex() function in OHOS::AccountSA::OsAccountControlFileManager
|