Searched refs:GetAccountInfoFromDataStorage (Results 1 - 5 of 5) sorted by relevance
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_control_manager.cpp | 230 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in AddAccount() 253 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in CreateAccount() 308 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in GetAccountExtraInfo() 323 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in SetAccountExtraInfo() 346 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in EnableAppAccess() 378 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in DisableAppAccess() 413 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in CheckAppAccess() 427 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in CheckAppAccountSyncEnable() 442 ErrCode result = GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in SetAppAccountSyncEnable() 487 ErrCode result = GetAccountInfoFromDataStorage(appAccountInf in GetAssociatedDataFromStorage() 1286 ErrCode AppAccountControlManager::GetAccountInfoFromDataStorage( GetAccountInfoFromDataStorage() function in OHOS::AccountSA::AppAccountControlManager [all...] |
H A D | app_account_data_storage.cpp | 72 ErrCode AppAccountDataStorage::GetAccountInfoFromDataStorage(AppAccountInfo &appAccountInfo) in GetAccountInfoFromDataStorage() function in OHOS::AccountSA::AppAccountDataStorage
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_data_storage.h | 35 ErrCode GetAccountInfoFromDataStorage(AppAccountInfo &appAccountInfo);
|
H A D | app_account_control_manager.h | 129 ErrCode GetAccountInfoFromDataStorage(
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_control_manager_module_test.cpp | 139 result = AppAccountControlManager::GetInstance().GetAccountInfoFromDataStorage(appAccountInfo, dataStoragePtr); in HWTEST_F()
|
Completed in 8 milliseconds