Home
last modified time | relevance | path

Searched refs:GetAssociatedData (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_associated_data_test.cpp156 result = g_accountManagerService->GetAssociatedData(STRING_NAME, STRING_KEY, value);
178 result = g_accountManagerService->GetAssociatedData(STRING_NAME, STRING_KEY, value);
197 ErrCode result = g_accountManagerService->GetAssociatedData(STRING_NAME, STRING_KEY, value);
222 result = g_accountManagerService->GetAssociatedData(STRING_NAME, STRING_KEY, value);
226 result = g_accountManagerService->GetAssociatedData(STRING_NAME, STRING_KEY_TWO, value);
274 result = g_accountManagerService->GetAssociatedData(STRING_NAME, STRING_KEY, value);
H A Dapp_account_manager_service_thread_module_test.cpp209 result = appAccountManagerServicePtr_->GetAssociatedData(STRING_NAME, STRING_KEY, value);
213 result = appAccountManagerServicePtr_->GetAssociatedData(STRING_NAME, STRING_KEY_TWO, value);
H A Dapp_account_manager_service_module_not_mock_test.cpp140 result = g_accountManagerService->GetAssociatedData(STRING_NAME, KEY, value);
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/getassociateddata_fuzzer/
H A Dgetassociateddata_fuzzer.cpp37 result = AppAccountManager::GetAssociatedData(testName, testKey, testValue); in GetAssociatedDataFuzzTest()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp86 ErrCode AppAccountManager::GetAssociatedData(const std::string &name, const std::string &key, std::… in GetAssociatedData() function in OHOS::AccountSA::AppAccountManager
88 return AppAccount::GetInstance().GetAssociatedData(name, key, value); in GetAssociatedData()
H A Dapp_account.cpp203 ErrCode AppAccount::GetAssociatedData(const std::string &name, const std::string &key, std::string … in GetAssociatedData() function in OHOS::AccountSA::AppAccount
211 return proxy->GetAssociatedData(name, key, value); in GetAssociatedData()
H A Dapp_account_info.cpp238 ErrCode AppAccountInfo::GetAssociatedData(const std::string &key, std::string &value) const in GetAssociatedData() function in OHOS::AccountSA::AppAccountInfo
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp143 ErrCode InnerAppAccountManager::GetAssociatedData(const std::string &name, const std::string &key, in GetAssociatedData() function in OHOS::AccountSA::InnerAppAccountManager
146 return controlManager_.GetAssociatedData(name, key, value, uid); in GetAssociatedData()
H A Dapp_account_manager_service.cpp243 ErrCode AppAccountManagerService::GetAssociatedData( in GetAssociatedData() function in OHOS::AccountSA::AppAccountManagerService
247 return innerManager_->GetAssociatedData(name, key, value, callingUid); in GetAssociatedData()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h69 ErrCode GetAssociatedData(const std::string &key, std::string &value) const;
H A Diapp_account.h52 …virtual ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &va…
H A Dapp_account.h54 ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &value);
H A Dapp_account_proxy.h48 …ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &value) ove…
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h59 ErrCode GetAssociatedData(const std::string &name, const std::string &key,
H A Dapp_account_control_manager.h65 ErrCode GetAssociatedData(const std::string &name, const std::string &key,
H A Dapp_account_manager_service.h51 …ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &value) ove…
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h191 …static ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &val…
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp1025 ErrCode result = AppAccountManager::GetAssociatedData(STRING_EMPTY, STRING_KEY, value);
1041 …ErrCode result = AppAccountManager::GetAssociatedData(STRING_NAME_OUT_OF_RANGE, STRING_KEY, value);
1057 ErrCode result = AppAccountManager::GetAssociatedData(STRING_NAME, STRING_EMPTY, value);
1073 …ErrCode result = AppAccountManager::GetAssociatedData(STRING_NAME, STRING_KEY_OUT_OF_RANGE, value);
1088 ErrCode result = AppAccountManager::GetAssociatedData(STRING_NAME, STRING_KEY, value);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/moduletest/
H A Dapp_account_manager_module_test.cpp282 ErrCode result = AppAccountManager::GetAssociatedData(STRING_NAME, STRING_KEY, value);
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_stub.h45 …ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &value) ove…
H A Dmock_app_account_stub.cpp146 ErrCode MockAppAccountStub::GetAssociatedData(const std::string &name, const std::string &key, std:… in GetAssociatedData() function in OHOS::AccountSA::MockAppAccountStub
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h44 static napi_value GetAssociatedData(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp402 appAccountInfo.GetAssociatedData(STRING_ASSOCIATED_KEY, test_value);
426 ErrCode result = appAccountInfo.GetAssociatedData(STRING_ASSOCIATED_KEY, value);
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp240 ErrCode result = AppAccountManager::GetAssociatedData(STRING_NAME, STRING_KEY, value);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp52 DECLARE_NAPI_FUNCTION("getAssociatedData", GetAssociatedData),
829 napi_value NapiAppAccount::GetAssociatedData(napi_env env, napi_callback_info cbInfo) in GetAssociatedData() function in OHOS::AccountJsKit::NapiAppAccount
857 … AppAccountManager::GetAssociatedData(asyncContext->name, asyncContext->key, asyncContext->value); in GetCustomDataInternal()
888 ErrCode errCode = AppAccountManager::GetAssociatedData(name, key, value); in GetAssociatedDataSync()

12