Home
last modified time | relevance | path

Searched refs:INPUT_POINTER_DEVICE (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dconfiguration.h34 constexpr const char* INPUT_POINTER_DEVICE = "input.pointer.device"; member
60 AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "true"); in Configuration()
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H A Dglobal_configuration_key.h30 constexpr const char* INPUT_POINTER_DEVICE = "input.pointer.device"; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_data_converter.cpp120 std::string hasPointerDevice = configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in CreateJsConfiguration()
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_environment_callback.cpp98 std::string hasPointerDevice = configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in CreateCConfiguration()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_configuration.cpp74 std::string hasPointerDevice = configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in WrapConfiguration()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_data_struct_converter.cpp109 std::string hasPointerDevice = configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in CreateJsConfiguration()
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp67 OHOS::AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, in MakeTheKey() member in OHOS::AppExecFwk::OHOS::AAFwk::GlobalConfigurationKey
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dconfiguration_utils.cpp69 resourceConfig.SetHasPointerDevice(configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE)); in GetGlobalConfig()
H A Dui_ability.cpp346 AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE)); in InitConfigurationProperties()
356 AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE)); in InitConfigurationProperties()
H A Dability.cpp533 hasPointerDevice = changeConfiguration.GetItem(displayId, AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in InitConfigurationProperties()
539 hasPointerDevice = changeConfiguration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in InitConfigurationProperties()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp144 std::string key = AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE; in HWTEST_F()
168 std::string key = AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE; in HWTEST_F()
192 std::string key = AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE; in HWTEST_F()
216 std::string key = AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE; in HWTEST_F()
240 std::string key = AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE; in HWTEST_F()
267 std::string key = AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE; in HWTEST_F()
294 std::string key = AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE; in HWTEST_F()
330 value = config->GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in HWTEST_F()
339 changeConfig.AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "false"); in HWTEST_F()
344 value = config->GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp499 addItemRet = configuration.AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "false"); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp607 configuration.GetItem(OHOS::AppExecFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in OnConfigurationUpdated()
H A Dui_content_impl.cpp1424 auto deviceAccess = config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in SetConfiguration()
2403 parsedConfig.deviceAccess = config->GetItem(OHOS::AppExecFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in UpdateConfiguration()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4739 std::string hasPointerDevice = system::GetParameter(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "false"); in InitGlobalConfiguration()
4741 configuration_->AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, hasPointerDevice); in InitGlobalConfiguration()
5401 int ret = WatchParameter(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, PointerDeviceEventCallback, in AddWatchParameter()
5405 AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, ret); in AddWatchParameter()
5668 if ((strcmp(key, AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE) != 0) || in PointerDeviceEventCallback()
5675 if (!changeConfig.AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, value)) { in PointerDeviceEventCallback()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dui_ability_test.cpp795 config.AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "true"); in HWTEST_F()
H A Dability_test.cpp1849 config.AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "true"); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1015 std::string hasPointerDevice = config.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in InitResourceManager()

Completed in 45 milliseconds