Home
last modified time | relevance | path

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

12

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_associated_data_test.cpp152 result = g_accountManagerService->SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE);
215 result = g_accountManagerService->SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE);
218 …result = g_accountManagerService->SetAssociatedData(STRING_NAME, STRING_KEY_TWO, STRING_VALUE_TWO);
247 result = g_accountManagerService->SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE);
267 result = g_accountManagerService->SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE);
270 result = g_accountManagerService->SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE_TWO);
292 …ErrCode result = g_accountManagerService->SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE);
Dapp_account_manager_service_thread_module_test.cpp59 void SetAssociatedData(const std::shared_ptr<AppAccountManagerService> &servicePtr);
101 void AppAccountManagerServiceThreadModuleTest::SetAssociatedData( in SetAssociatedData() function in AppAccountManagerServiceThreadModuleTest
106 ErrCode result = servicePtr->SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE); in SetAssociatedData()
117 ErrCode result = servicePtr->SetAssociatedData(STRING_NAME, STRING_KEY_TWO, STRING_VALUE_TWO); in SetAssociatedDataTwo()
198 …auto callbackSetAss = std::bind(&AppAccountManagerServiceThreadModuleTest::SetAssociatedData, this,
/base/account/os_account/test/fuzztest/appaccount/setassociateddata_fuzzer/
Dsetassociateddata_fuzzer.cpp34 result = AppAccountManager::SetAssociatedData(testName, testKey, testValue); in SetAssociatedDataFuzzTest()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp91 ErrCode AppAccountManager::SetAssociatedData(const std::string &name, const std::string &key, const… in SetAssociatedData() function in OHOS::AccountSA::AppAccountManager
93 return AppAccount::GetInstance().SetAssociatedData(name, key, value); in SetAssociatedData()
Dapp_account.cpp186 ErrCode AppAccount::SetAssociatedData(const std::string &name, const std::string &key, const std::s… in SetAssociatedData() function in OHOS::AccountSA::AppAccount
192 return appAccountProxy_->SetAssociatedData(name, key, value); in SetAssociatedData()
Dapp_account_info.cpp213 ErrCode AppAccountInfo::SetAssociatedData(const std::string &key, const std::string &value) in SetAssociatedData() function in OHOS::AccountSA::AppAccountInfo
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_info.h68 ErrCode SetAssociatedData(const std::string &key, const std::string &value);
Diapp_account.h53 …virtual ErrCode SetAssociatedData(const std::string &name, const std::string &key, const std::stri…
Dapp_account.h55 …ErrCode SetAssociatedData(const std::string &name, const std::string &key, const std::string &valu…
Dapp_account_proxy.h49 ErrCode SetAssociatedData(
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h200 …static ErrCode SetAssociatedData(const std::string &name, const std::string &key, const std::strin…
/base/account/os_account/services/accountmgr/include/appaccount/
Dinner_app_account_manager.h60 …ErrCode SetAssociatedData(const std::string &name, const std::string &key, const std::string &valu…
Dapp_account_manager_service.h52 ErrCode SetAssociatedData(
Dapp_account_control_manager.h66 …ErrCode SetAssociatedData(const std::string &name, const std::string &key, const std::string &valu…
/base/account/os_account/frameworks/appaccount/native/test/moduletest/
Dapp_account_manager_module_test.cpp295 ErrCode result = AppAccountManager::SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE);
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp148 ErrCode InnerAppAccountManager::SetAssociatedData(const std::string &name, const std::string &key, in SetAssociatedData() function in OHOS::AccountSA::InnerAppAccountManager
151 ErrCode result = controlManager_.SetAssociatedData(name, key, value, appAccountCallingInfo); in SetAssociatedData()
Dapp_account_manager_service.cpp276 ErrCode AppAccountManagerService::SetAssociatedData( in SetAssociatedData() function in OHOS::AccountSA::AppAccountManagerService
285 return innerManager_->SetAssociatedData(name, key, value, appAccountCallingInfo); in SetAssociatedData()
Dapp_account_control_manager.cpp354 ErrCode AppAccountControlManager::SetAssociatedData(const std::string &name, const std::string &key, in SetAssociatedData() function in OHOS::AccountSA::AppAccountControlManager
366 result = appAccountInfo.SetAssociatedData(key, value); in SetAssociatedData()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_stub.h46 ErrCode SetAssociatedData(
Dmock_app_account_stub.cpp153 ErrCode MockAppAccountStub::SetAssociatedData( in SetAssociatedData() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp1191 ErrCode result = AppAccountManager::SetAssociatedData(STRING_EMPTY, STRING_KEY, STRING_VALUE);
1205 …ErrCode result = AppAccountManager::SetAssociatedData(STRING_NAME_OUT_OF_RANGE, STRING_KEY, STRING…
1219 ErrCode result = AppAccountManager::SetAssociatedData(STRING_NAME, STRING_EMPTY, STRING_VALUE);
1233 …ErrCode result = AppAccountManager::SetAssociatedData(STRING_NAME, STRING_KEY_OUT_OF_RANGE, STRING…
1247 …ErrCode result = AppAccountManager::SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE_OUT_OF…
1260 ErrCode result = AppAccountManager::SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE);
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h39 static napi_value SetAssociatedData(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp60 AppAccountManager::SetAssociatedData(GetStringParam(), GetStringParam(), GetStringParam()); in RegisterAppAccountManager()
/base/account/os_account/frameworks/test/unittest/
Daccount_appaccount_proxy_mock_test.cpp245 ErrCode result = AppAccountManager::SetAssociatedData(STRING_NAME, STRING_KEY, STRING_VALUE);
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp444 ErrCode result = appAccountInfo.SetAssociatedData(key, value);

12