Home
last modified time | relevance | path

Searched refs:GetConfig (Results 1 - 25 of 114) sorted by relevance

12345

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings.cpp59 RetError ret = accountData->GetConfig()->SetScreenMagnificationState(state); in SetScreenMagnificationState()
87 RetError ret = accountData->GetConfig()->SetShortKeyState(state); in SetShortKeyState()
105 RetError ret = accountData->GetConfig()->SetMouseKeyState(state); in SetMouseKeyState()
129 RetError ret = accountData->GetConfig()->SetMouseAutoClick(time); in SetMouseAutoClick()
158 RetError ret = accountData->GetConfig()->SetShortkeyTarget(name); in SetShortkeyTarget()
186 RetError ret = accountData->GetConfig()->SetShortkeyMultiTarget(name); in SetShortkeyMultiTarget()
206 RetError ret = accountData->GetConfig()->SetHighContrastTextState(state); in SetHighContrastTextState()
224 RetError ret = accountData->GetConfig()->SetDaltonizationState(state); in SetDaltonizationState()
242 RetError ret = accountData->GetConfig()->SetInvertColorState(state); in SetInvertColorState()
257 RetError ret = accountData->GetConfig() in SetAnimationOffState()
[all...]
H A Daccessible_ability_manager_service.cpp1103 bool result = accountData->GetConfig()->GetEnabledState(); in GetEnabledState()
1132 bool result = accountData->GetConfig()->GetTouchGuideState(); in GetTouchGuideState()
1156 bool result = accountData->GetConfig()->GetGestureState(); in GetGestureState()
1180 bool result = accountData->GetConfig()->GetKeyEventObserverState(); in GetKeyEventObserverState()
1217 state = accountData->GetConfig()->GetHighContrastTextState(); in SetTargetAbility()
1220 state = accountData->GetConfig()->GetInvertColorState(); in SetTargetAbility()
1223 state = accountData->GetConfig()->GetAnimationOffState(); in SetTargetAbility()
1226 state = accountData->GetConfig()->GetScreenMagnificationState(); in SetTargetAbility()
1229 state = accountData->GetConfig()->GetAudioMonoState(); in SetTargetAbility()
1232 state = accountData->GetConfig() in SetTargetAbility()
[all...]
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_screen_touch_test.cpp103 accountData->GetConfig()->SetClickResponseTime(0); in TearDown()
104 accountData->GetConfig()->SetIgnoreRepeatClickState(false); in TearDown()
155 accountData->GetConfig()->SetClickResponseTime(CLICK_RESPONSE_DELAY_SHORT); in HWTEST_F()
177 accountData->GetConfig()->SetClickResponseTime(CLICK_RESPONSE_DELAY_MEDIUM); in HWTEST_F()
199 accountData->GetConfig()->SetClickResponseTime(CLICK_RESPONSE_DELAY_LONG); in HWTEST_F()
222 accountData->GetConfig()->SetIgnoreRepeatClickState(true); in HWTEST_F()
245 accountData->GetConfig()->SetIgnoreRepeatClickState(false); in HWTEST_F()
268 accountData->GetConfig()->SetIgnoreRepeatClickState(true); in HWTEST_F()
269 accountData->GetConfig()->SetIgnoreRepeatClickTime(IGNORE_REPEAT_CLICK_SHORTEST); in HWTEST_F()
292 accountData->GetConfig() in HWTEST_F()
[all...]
H A Daccessibility_mouse_autoclick_test.cpp94 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F()
127 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F()
169 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/
H A Dconfig.cpp25 int32_t Config::GetConfig(SharingData::Ptr &datas) in GetConfig() function in OHOS::Sharing::Config
32 int32_t Config::GetConfig(const std::string &module, SharingDataGroupByModule::Ptr &values) in GetConfig() function in OHOS::Sharing::Config
44 int32_t Config::GetConfig(const std::string &module, const std::string &tag, SharingDataGroupByTag::Ptr &values) in GetConfig() function in OHOS::Sharing::Config
48 if (GetConfig(module, modelValue) != CONFIGURE_ERROR_NONE) { in GetConfig()
57 int32_t Config::GetConfig(const std::string &module, const std::string &tag, const std::string &key, in GetConfig() function in OHOS::Sharing::Config
62 if (GetConfig(module, tag, tagValue) != CONFIGURE_ERROR_NONE) { in GetConfig()
103 if (GetConfig(module, modelValue) != CONFIGURE_ERROR_NONE) { in SetConfig()
150 parser.GetConfig(fileName_, datas_); in ReadConfig()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_resolv_listen_test.cpp39 typedef int32_t (*GetConfig)(uint16_t netId, struct ResolvConfig *config); typedef
86 GetConfig func = (GetConfig)dlsym(handle, "NetSysGetResolvConf"); in HWTEST_F()
110 GetConfig func = (GetConfig)dlsym(handle, "NetSysGetResolvConf"); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/configuration/include/
H A Dconfig.h63 int32_t GetConfig(SharingData::Ptr &datas);
64 int32_t GetConfig(const std::string &module, SharingDataGroupByModule::Ptr &values);
65 int32_t GetConfig(const std::string &module, const std::string &tag, SharingDataGroupByTag::Ptr &values);
66 int32_t GetConfig(const std::string &module, const std::string &tag, const std::string &key,
H A Djson_parser.h32 int32_t GetConfig(std::string &fileName, SharingData::Ptr &value);
/foundation/CastEngine/castengine_wifi_display/tests/demo/configure/
H A Dsharing_configure_demo.cpp34 auto ret = Config::GetInstance().GetConfig("mediachannel", "rtmpport", "maxrecvport", values); in main()
42 auto ret = Config::GetInstance().GetConfig("cfg", values); in main()
53 auto ret = Config::GetInstance().GetConfig(datas); in main()
58 auto ret = Config::GetInstance().GetConfig("mediachannel", values); in main()
64 auto ret = Config::GetInstance().GetConfig("mediachannel", "rtmpport", values); in main()
70 auto ret = Config::GetInstance().GetConfig("mediachannel", "rtmpport", values); in main()
99 auto ret = Config::GetInstance().GetConfig("mediachannel", values); in main()
143 auto ret = Config::GetInstance().GetConfig(datas); in main()
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Degl_manager_test.cpp36 EXPECT_EQ(manager.GetConfig(EglManager::EGL_SUPPORT_VERSION, nullptr), nullptr); in HWTEST_F()
51 EXPECT_EQ(manager.GetConfig(EglManager::EGL_SUPPORT_VERSION, nullptr), nullptr); in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Degl_manager.cpp36 EGLConfig EglManager::GetConfig(int version, EGLDisplay eglDisplay) in GetConfig() function in OHOS::Rosen::EglManager
156 eglConfig_ = EglManager::GetConfig(version, eglDisplay_); in Init()
160 eglConfig_ = EglManager::GetConfig(version, eglDisplay_); in Init()
/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext_manager.cpp39 auto ret = Config::GetInstance().GetConfig("context", "agentLimit", "maxSinkAgent", values); in Init()
48 ret = Config::GetInstance().GetConfig("context", "agentLimit", "maxSrcAgent", values); in Init()
57 ret = Config::GetInstance().GetConfig("context", "agentLimit", "maxContext", values); in Init()
67 ret = Config::GetInstance().GetConfig("network", "networkLimit", "logOn", values); in Init()
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dconfig_reader_test.cpp149 PluginConfig config = configReader_->GetConfig("error.xml", ""); in HWTEST_F()
152 config = configReader_->GetConfig("res_sched_config_comments.xml", "error.xml"); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/dump/
H A Ddump_manager.cpp31 DumpManager::Config DumpManager::GetConfig(const std::string &name) in GetConfig() function in OHOS::DistributedData::DumpManager
39 return GetConfig(itIndex.second); in GetConfig()
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H A Daccessible_ability_manager_state_observer_proxy_test.cpp76 accountData->GetConfig()->SetTouchGuideState(true); in HWTEST_F()
137 accountData->GetConfig()->SetKeyEventObserverState(true); in HWTEST_F()
166 accountData->GetConfig()->SetGestureState(true); in HWTEST_F()
579 RetError test = accountData->GetConfig()->SetEnabled(state); in HWTEST_F()
855 accountData->GetConfig()->SetCaptionState(state); in HWTEST_F()
857 bool result = accountData->GetConfig()->GetCaptionState(); in HWTEST_F()
946 RetError test = accountData->GetConfig()->SetTouchGuideState(state); in HWTEST_F()
949 bool result = accountData->GetConfig()->GetTouchGuideState(); in HWTEST_F()
963 RetError test = accountData->GetConfig()->SetGestureState(state); in HWTEST_F()
966 bool result = accountData->GetConfig() in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp26 EGLConfig EglManager::GetConfig(int version, EGLDisplay eglDisplay) in GetConfig() function in OHOS::Rosen::EglManager
82 EGLConfig_ = EglManager::GetConfig(version, EGLDisplay_); in InitializeEGLDisplay()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_restore_test/src/
H A Dmedialibrary_restore_test.cpp132 const NativeRdb::RdbStoreConfig GetConfig() in GetConfig() function
159 auto config = GetConfig(); in HWTEST_F()
200 auto config = GetConfig(); in HWTEST_F()
230 auto config = GetConfig(); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp1098 bool result = accountData->GetConfig()->GetEnabledState(); in GetEnabledState()
1127 bool result = accountData->GetConfig()->GetTouchGuideState(); in GetTouchGuideState()
1151 bool result = accountData->GetConfig()->GetGestureState(); in GetGestureState()
1175 bool result = accountData->GetConfig()->GetKeyEventObserverState(); in GetKeyEventObserverState()
1212 state = accountData->GetConfig()->GetHighContrastTextState(); in SetTargetAbility()
1215 state = accountData->GetConfig()->GetInvertColorState(); in SetTargetAbility()
1218 state = accountData->GetConfig()->GetAnimationOffState(); in SetTargetAbility()
1221 state = accountData->GetConfig()->GetScreenMagnificationState(); in SetTargetAbility()
1224 state = accountData->GetConfig()->GetAudioMonoState(); in SetTargetAbility()
1227 state = accountData->GetConfig() in SetTargetAbility()
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp1098 bool result = accountData->GetConfig()->GetEnabledState(); in GetEnabledState()
1127 bool result = accountData->GetConfig()->GetTouchGuideState(); in GetTouchGuideState()
1151 bool result = accountData->GetConfig()->GetGestureState(); in GetGestureState()
1175 bool result = accountData->GetConfig()->GetKeyEventObserverState(); in GetKeyEventObserverState()
1212 state = accountData->GetConfig()->GetHighContrastTextState(); in SetTargetAbility()
1215 state = accountData->GetConfig()->GetInvertColorState(); in SetTargetAbility()
1218 state = accountData->GetConfig()->GetAnimationOffState(); in SetTargetAbility()
1221 state = accountData->GetConfig()->GetScreenMagnificationState(); in SetTargetAbility()
1224 state = accountData->GetConfig()->GetAudioMonoState(); in SetTargetAbility()
1227 state = accountData->GetConfig() in SetTargetAbility()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/
H A Degl_manager.h44 EGLConfig GetConfig(int version, EGLDisplay eglDisplay);
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp64 void GetConfig(std::string& config) in GetConfig() function
152 GetConfig(config); in HWTEST_F()
199 GetConfig(config); in HWTEST_F()
263 GetConfig(config); in HWTEST_F()
309 GetConfig(config); in HWTEST_F()
358 GetConfig(config); in HWTEST_F()
415 GetConfig(config); in HWTEST_F()
466 GetConfig(config); in HWTEST_F()
512 GetConfig(config); in HWTEST_F()
536 GetConfig(confi in HWTEST_F()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryrestore_fuzzer/
H A Dmedialibraryrestore_fuzzer.cpp103 const NativeRdb::RdbStoreConfig GetConfig() in GetConfig() function
114 auto config = GetConfig(); in MediaLibraryRestoreTest()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_manager.cpp43 return impl.GetConfig().ipv6Support; in IsSupportIpV6()
171 const auto &config = impl.GetConfig(); in GetDumpMessage()
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_service.cpp91 auto ret = Config::GetInstance().GetConfig("codec", "forceSWDecoder", "isEnable", values); in RecordProcessIdByKvStore()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_config.h68 const std::shared_ptr<Config>& GetConfig() const;

Completed in 36 milliseconds

12345