/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_associated_data_test.cpp | 156 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 D | app_account_manager_service_thread_module_test.cpp | 209 result = appAccountManagerServicePtr_->GetAssociatedData(STRING_NAME, STRING_KEY, value); 213 result = appAccountManagerServicePtr_->GetAssociatedData(STRING_NAME, STRING_KEY_TWO, value);
|
H A D | app_account_manager_service_module_not_mock_test.cpp | 140 result = g_accountManagerService->GetAssociatedData(STRING_NAME, KEY, value);
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/getassociateddata_fuzzer/ |
H A D | getassociateddata_fuzzer.cpp | 37 result = AppAccountManager::GetAssociatedData(testName, testKey, testValue); in GetAssociatedDataFuzzTest()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 86 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 D | app_account.cpp | 203 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 D | app_account_info.cpp | 238 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 D | inner_app_account_manager.cpp | 143 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 D | app_account_manager_service.cpp | 243 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 D | app_account_info.h | 69 ErrCode GetAssociatedData(const std::string &key, std::string &value) const;
|
H A D | iapp_account.h | 52 …virtual ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &va…
|
H A D | app_account.h | 54 ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &value);
|
H A D | app_account_proxy.h | 48 …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 D | inner_app_account_manager.h | 59 ErrCode GetAssociatedData(const std::string &name, const std::string &key,
|
H A D | app_account_control_manager.h | 65 ErrCode GetAssociatedData(const std::string &name, const std::string &key,
|
H A D | app_account_manager_service.h | 51 …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 D | app_account_manager.h | 191 …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 D | app_account_manager_test.cpp | 1025 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 D | app_account_manager_module_test.cpp | 282 ErrCode result = AppAccountManager::GetAssociatedData(STRING_NAME, STRING_KEY, value);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_stub.h | 45 …ErrCode GetAssociatedData(const std::string &name, const std::string &key, std::string &value) ove…
|
H A D | mock_app_account_stub.cpp | 146 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 D | napi_app_account.h | 44 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 D | app_account_info_test.cpp | 402 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 D | account_appaccount_proxy_mock_test.cpp | 240 ErrCode result = AppAccountManager::GetAssociatedData(STRING_NAME, STRING_KEY, value);
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 52 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()
|