/foundation/multimodalinput/input/frameworks/napi/input_device/include/ |
H A D | js_input_device_context.h | 46 static napi_value SetVKeyboardArea(napi_env env, napi_callback_info info);
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 618 int32_t InputManager::SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) in SetVKeyboardArea() function in OHOS::MMI::InputManager 620 return InputMgrImpl.SetVKeyboardArea(topLeftX, topLeftY, bottomRightX, bottomRightY); in SetVKeyboardArea()
|
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 135 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY);
|
H A D | i_multimodal_input_connect.h | 146 virtual int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) = 0;
|
H A D | multimodal_input_connect_proxy.h | 131 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) override;
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 664 napi_value JsInputDeviceContext::SetVKeyboardArea(napi_env env, napi_callback_info info) in SetVKeyboardArea() function in OHOS::MMI::JsInputDeviceContext 672 MMI_HILOGE("SetVKeyboardArea parameter number error"); in SetVKeyboardArea() 700 int32_t ret = InputManager::GetInstance()->SetVKeyboardArea(topLeftX, topLeftY, bottomRightX, bottomRightY); in SetVKeyboardArea() 702 MMI_HILOGE("SetVKeyboardArea failed with ret: %{public}d", ret); in SetVKeyboardArea() 707 THROWERR_API9(env, COMMON_CAPABILITY_NOT_SUPPORTED, "SetVKeyboardArea", "Not support"); in SetVKeyboardArea() 1041 DECLARE_NAPI_STATIC_FUNCTION("setVKeyboardArea", SetVKeyboardArea), in Export()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 216 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY);
|
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 920 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY);
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 795 int32_t MultimodalInputConnectManager::SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) in SetVKeyboardArea() function in OHOS::MMI::MultimodalInputConnectManager 799 return multimodalInputConnectService_->SetVKeyboardArea(topLeftX, topLeftY, bottomRightX, bottomRightY); in SetVKeyboardArea()
|
H A D | multimodal_input_connect_stub.cpp | 2487 int32_t ret = SetVKeyboardArea(topLeftX, topLeftY, bottomRightX, bottomRightY); in StubSetVKeyboardArea()
|
H A D | multimodal_input_connect_proxy.cpp | 2056 int32_t MultimodalInputConnectProxy::SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) in SetVKeyboardArea() function in OHOS::MMI::MultimodalInputConnectProxy 2076 MMI_HILOGE("SetVKeyboardArea Send request fail, ret:%{public}d", ret); in SetVKeyboardArea()
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 150 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) override;
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 2350 int32_t InputManagerImpl::SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) in SetVKeyboardArea() function in OHOS::MMI::InputManagerImpl 2353 return MULTIMODAL_INPUT_CONNECT_MGR->SetVKeyboardArea(topLeftX, topLeftY, bottomRightX, bottomRightY); in SetVKeyboardArea()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_test.cpp | 3460 * @tc.desc: Test the funcation SetVKeyboardArea 3471 int32_t ret = InputManager::GetInstance()->SetVKeyboardArea(topLeftX, topLeftY, bottomRightX, bottomRightY); in HWTEST_F() 3489 int32_t ret = InputManager::GetInstance()->SetVKeyboardArea(keyName, useShift, pattern); in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 3305 int32_t MMIService::SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) in SetVKeyboardArea() function in OHOS::MMI::MMIService
|