Home
last modified time | relevance | path

Searched refs:GetPrimeKey (Results 1 – 13 of 13) sorted by relevance

/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_data_storage.cpp66 ErrCode result = GetAccountInfoById(appAccountInfo.GetPrimeKey(), appAccountInfo); in GetAccountInfoFromDataStorage()
99 ErrCode ret = RemoveValueFromKvStore(appAccountInfo.GetPrimeKey()); in DeleteAccountInfoFromDataStorage()
Dapp_account_control_manager.cpp1079 …result = dataStorageSyncPtr->GetValueFromKvStore(appAccountInfo.GetPrimeKey(), appAccountInfoFromD… in SaveAccountInfoIntoDataStorage()
1234 auto accountId = appAccountInfo.GetPrimeKey(); in SaveAuthorizedAccountIntoDataStorage()
1279 auto accountId = appAccountInfo.GetPrimeKey(); in RemoveAuthorizedAccountFromDataStorage()
/base/account/os_account/services/accountmgr/src/
Daccount_data_storage.cpp122 if (IsKeyExists(iAccountInfo.GetPrimeKey())) { in AddAccountInfo()
132 return PutValueToKvStore(iAccountInfo.GetPrimeKey(), accountInfoStr); in AddAccountInfo()
137 if (!IsKeyExists(iAccountInfo.GetPrimeKey())) { in SaveAccountInfo()
147 return PutValueToKvStore(iAccountInfo.GetPrimeKey(), accountInfoStr); in SaveAccountInfo()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_data_storage_test.cpp136 const std::string id = appAccountInfo.GetPrimeKey();
190 const std::string id = appAccountInfo.GetPrimeKey();
233 const std::string id = appAccountInfo.GetPrimeKey();
/base/account/os_account/frameworks/common/database/include/
Diaccount_info.h31 virtual std::string GetPrimeKey() const = 0;
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h114 std::string GetPrimeKey() const override;
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_info.h93 std::string GetPrimeKey() const override;
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp308 std::string OsAccountInfo::GetPrimeKey() const in GetPrimeKey() function in OHOS::AccountSA::OsAccountInfo
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_control_file_manager.cpp602 …string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeKey() + in InsertOsAccount()
622 return UpdateAccountList(osAccountInfo.GetPrimeKey(), true); in InsertOsAccount()
648 …string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeKey() + in UpdateOsAccount()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_info.cpp565 std::string AppAccountInfo::GetPrimeKey() const in GetPrimeKey() function in OHOS::AccountSA::AppAccountInfo
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp337 … Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false);
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp330 … Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false);
/base/account/os_account/frameworks/appaccount/native/
Dlibapp_account_innerkits.map87 "OHOS::AccountSA::AppAccountInfo::GetPrimeKey() const";