Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_data_storage.cpp129 if (IsKeyExists(iAccountInfo.GetPrimeKey())) { in AddAccountInfo()
139 return PutValueToKvStore(iAccountInfo.GetPrimeKey(), accountInfoStr); in AddAccountInfo()
144 if (!IsKeyExists(iAccountInfo.GetPrimeKey())) { in SaveAccountInfo()
154 return PutValueToKvStore(iAccountInfo.GetPrimeKey(), accountInfoStr); in SaveAccountInfo()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_data_storage.cpp74 ErrCode result = GetAccountInfoById(appAccountInfo.GetPrimeKey(), appAccountInfo); in GetAccountInfoFromDataStorage()
107 ErrCode ret = RemoveValueFromKvStore(appAccountInfo.GetPrimeKey()); in DeleteAccountInfoFromDataStorage()
H A Dapp_account_control_manager.cpp285 appAccountInfo.GetPrimeKey()); in DeleteAccount()
1373 …result = dataStorageSyncPtr->GetValueFromKvStore(appAccountInfo.GetPrimeKey(), appAccountInfoFromD… in SaveAccountInfoIntoDataStorage()
1528 auto accountId = appAccountInfo.GetPrimeKey(); in SaveAuthorizedAccountIntoDataStorage()
1573 auto accountId = appAccountInfo.GetPrimeKey(); in RemoveAuthorizedAccountFromDataStorage()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_data_storage_test.cpp149 const std::string id = appAccountInfo.GetPrimeKey();
203 const std::string id = appAccountInfo.GetPrimeKey();
246 const std::string id = appAccountInfo.GetPrimeKey();
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Diaccount_info.h31 virtual std::string GetPrimeKey() const = 0;
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h115 std::string GetPrimeKey() const override;
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h95 std::string GetPrimeKey() const override;
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Daccount_data_storage.cpp154 std::string GetPrimeKey() const override in GetPrimeKey() function in OHOS::AccountSA::AccountInfoMOCK
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp650 std::string AppAccountInfo::GetPrimeKey() const in GetPrimeKey() function in OHOS::AccountSA::AppAccountInfo
659 ComputeHash(GetPrimeKey(), alias_); in GetAlias()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp382 std::string OsAccountInfo::GetPrimeKey() const in GetPrimeKey() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp967 …string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeKey() + in InsertOsAccount()
981 ErrCode updateRet = UpdateAccountList(osAccountInfo.GetPrimeKey(), true); in InsertOsAccount()
1034 …string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeKey() + in UpdateOsAccount()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map196 "OHOS::AccountSA::OsAccountInfo::GetPrimeKey() const";
/ohos5.0/base/account/os_account/frameworks/appaccount/native/
H A Dlibapp_account_innerkits.map118 "OHOS::AccountSA::AppAccountInfo::GetPrimeKey() const";
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp292 … Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp575 … Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false);