Home
last modified time | relevance | path

Searched refs:AddAccountInfoIntoDataStorage (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_control_manager_module_test.cpp135 result = AppAccountControlManager::GetInstance().AddAccountInfoIntoDataStorage(
225 ErrCode result = AppAccountControlManager::GetInstance().AddAccountInfoIntoDataStorage(
H A Dapp_account_manager_service_module_test.cpp2185 ErrCode result = dataStoragePtr->AddAccountInfoIntoDataStorage(appAccountInfo);
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_data_storage.h36 ErrCode AddAccountInfoIntoDataStorage(AppAccountInfo &appAccountInfo);
H A Dapp_account_control_manager.h131 ErrCode AddAccountInfoIntoDataStorage(AppAccountInfo &appAccountInfo,
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_data_storage.cpp83 ErrCode AppAccountDataStorage::AddAccountInfoIntoDataStorage(AppAccountInfo &appAccountInfo) in AddAccountInfoIntoDataStorage() function in OHOS::AccountSA::AppAccountDataStorage
H A Dapp_account_control_manager.cpp236 result = AddAccountInfoIntoDataStorage(appAccountInfo, dataStoragePtr, uid); in AddAccount()
260 result = AddAccountInfoIntoDataStorage(appAccountInfo, dataStoragePtr, uid); in CreateAccount()
1296 ErrCode AppAccountControlManager::AddAccountInfoIntoDataStorage( in AddAccountInfoIntoDataStorage() function in OHOS::AccountSA::AppAccountControlManager
1321 result = dataStoragePtr->AddAccountInfoIntoDataStorage(appAccountInfo); in AddAccountInfoIntoDataStorage()
1336 result = dataStorageSyncPtr->AddAccountInfoIntoDataStorage(appAccountInfo); in AddAccountInfoIntoDataStorage()
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map80 …"OHOS::AccountSA::AppAccountControlManager::AddAccountInfoIntoDataStorage(OHOS::AccountSA::AppAcco…
101 …"OHOS::AccountSA::AppAccountDataStorage::AddAccountInfoIntoDataStorage(OHOS::AccountSA::AppAccount…