/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | configuration.h | 34 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 D | global_configuration_key.h | 30 constexpr const char* INPUT_POINTER_DEVICE = "input.pointer.device"; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | js_data_converter.cpp | 120 std::string hasPointerDevice = configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in CreateJsConfiguration()
|
/foundation/ability/ability_runtime/frameworks/cj/ffi/ |
H A D | cj_environment_callback.cpp | 98 std::string hasPointerDevice = configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in CreateCConfiguration()
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_configuration.cpp | 74 std::string hasPointerDevice = configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in WrapConfiguration()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_data_struct_converter.cpp | 109 std::string hasPointerDevice = configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in CreateJsConfiguration()
|
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/ |
H A D | configuration.cpp | 67 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 D | configuration_utils.cpp | 69 resourceConfig.SetHasPointerDevice(configuration.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE)); in GetGlobalConfig()
|
H A D | ui_ability.cpp | 346 AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE)); in InitConfigurationProperties() 356 AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE)); in InitConfigurationProperties()
|
H A D | ability.cpp | 533 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 D | app_mgr_service_inner_test.cpp | 144 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 D | configuration_test.cpp | 499 addItemRet = configuration.AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "false"); in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 607 configuration.GetItem(OHOS::AppExecFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in OnConfigurationUpdated()
|
H A D | ui_content_impl.cpp | 1424 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 D | app_mgr_service_inner.cpp | 4739 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 D | ui_ability_test.cpp | 795 config.AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "true"); in HWTEST_F()
|
H A D | ability_test.cpp | 1849 config.AddItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE, "true"); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1015 std::string hasPointerDevice = config.GetItem(AAFwk::GlobalConfigurationKey::INPUT_POINTER_DEVICE); in InitResourceManager()
|