Home
last modified time | relevance | path

Searched refs:SetVKeyboardArea (Results 1 - 15 of 15) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_input_device_context.h46 static napi_value SetVKeyboardArea(napi_env env, napi_callback_info info);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp618 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 Dmultimodal_input_connect_manager.h135 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY);
H A Di_multimodal_input_connect.h146 virtual int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) = 0;
H A Dmultimodal_input_connect_proxy.h131 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) override;
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp664 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 Dinput_manager_impl.h216 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h920 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp795 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 Dmultimodal_input_connect_stub.cpp2487 int32_t ret = SetVKeyboardArea(topLeftX, topLeftY, bottomRightX, bottomRightY); in StubSetVKeyboardArea()
H A Dmultimodal_input_connect_proxy.cpp2056 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 Dmmi_service.h150 int32_t SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2350 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 Dinput_manager_test.cpp3460 * @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 Dmmi_service.cpp3305 int32_t MMIService::SetVKeyboardArea(double topLeftX, double topLeftY, double bottomRightX, double bottomRightY) in SetVKeyboardArea() function in OHOS::MMI::MMIService

Completed in 31 milliseconds