Searched refs:UpdateOsAccount (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | inner_os_account_manager.cpp | 446 errCode = osAccountControl_->UpdateOsAccount(osAccountInfo); in RetryToGetAccount() 513 code = osAccountControl_->UpdateOsAccount(accountInfoOld); in RetryToGetAccount() 601 errCode = osAccountControl_->UpdateOsAccount(accountInfo); in RetryToGetAccount() 626 errCode = osAccountControl_->UpdateOsAccount(oldInfo); in RetryToGetAccount() 698 errCode = osAccountControl_->UpdateOsAccount(osAccountInfo); in RetryToGetAccount() 860 errCode = osAccountControl_->UpdateOsAccount(osAccountInfo); in RetryToGetAccount() 1511 errCode = osAccountControl_->UpdateOsAccount(osAccountInfo); in RetryToGetAccount() 1556 errCode = osAccountControl_->UpdateOsAccount(osAccountInfo); in RetryToGetAccount() 1587 errCode = osAccountControl_->UpdateOsAccount(osAccountInfo); in RetryToGetAccount() 1971 errCode = osAccountControl_->UpdateOsAccount(osAccountInfo); in RetryToGetAccount() [all …]
|
H A D | os_account_control_file_manager.cpp | 1031 ErrCode OsAccountControlFileManager::UpdateOsAccount(OsAccountInfo &osAccountInfo) in UpdateOsAccount() function in OHOS::AccountSA::OsAccountControlFileManager
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 980 EXPECT_CALL(*ptr, UpdateOsAccount(::testing::_)) 988 EXPECT_CALL(*ptr, UpdateOsAccount(::testing::_)) 997 EXPECT_CALL(*ptr, UpdateOsAccount(::testing::_)) 1053 EXPECT_CALL(*ptr, UpdateOsAccount(::testing::_)) 1113 EXPECT_CALL(*ptr, UpdateOsAccount(::testing::_)) 1338 EXPECT_CALL(*ptr, UpdateOsAccount(_)) 1391 EXPECT_CALL(*ptr, UpdateOsAccount(_)) 1400 EXPECT_CALL(*ptr, UpdateOsAccount(_)) 1444 EXPECT_CALL(*ptr, UpdateOsAccount(_)) 1554 EXPECT_CALL(*ptr, UpdateOsAccount(::testing::_)) [all …]
|
H A D | os_account_file_manager_multiple_thread_test.cpp | 94 EXPECT_EQ(g_controlManager->UpdateOsAccount(osAccountInfo), ERR_OK); in TestWriteReadFileInfo()
|
H A D | os_account_control_file_manager_test.cpp | 333 EXPECT_EQ(g_controlManager->UpdateOsAccount(osAccountInfo), ERR_OK);
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | ios_account_control.h | 37 virtual ErrCode UpdateOsAccount(OsAccountInfo &osAccountInfo) = 0;
|
H A D | os_account_control_file_manager.h | 49 ErrCode UpdateOsAccount(OsAccountInfo &osAccountInfo) override;
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/ |
H A D | mock_os_account_control_file_manager.h | 45 MOCK_METHOD1(UpdateOsAccount, ErrCode(OsAccountInfo &osAccountInfo));
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 2264 innerMgr.osAccountControl_->UpdateOsAccount(osAccountInfoB);
|