/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_ability_exception_test.cpp | 129 auto ret = inputMethodAbility_->SelectByRange(start, end); 134 ret = inputMethodAbility_->SelectByRange(start, end); 139 ret = inputMethodAbility_->SelectByRange(start, end); 144 ret = inputMethodAbility_->SelectByRange(start, end);
|
H A D | text_listener_inner_api_test.cpp | 426 TextListenerInnerApiTest::imc_->SelectByRange(start, end); 446 TextListenerInnerApiTest::imc_->SelectByRange(start, end); 452 TextListenerInnerApiTest::imc_->SelectByRange(start, end);
|
H A D | input_method_ability_test.cpp | 516 auto ret = inputMethodAbility_->SelectByRange(start, end); 533 auto ret = inputMethodAbility_->SelectByRange(start, end); 538 ret = inputMethodAbility_->SelectByRange(start, end);
|
H A D | input_method_controller_test.cpp | 1182 inputMethodAbility_->SelectByRange(1, 2);
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_data_channel_stub.cpp | 163 …return reply.WriteInt32(SelectByRange(start, end)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PAR… in SelectByRangeOnRemote() 303 int32_t InputDataChannelStub::SelectByRange(int32_t start, int32_t end) in SelectByRange() function in OHOS::MiscServices::InputDataChannelStub 305 InputMethodController::GetInstance()->SelectByRange(start, end); in SelectByRange()
|
H A D | input_data_channel_proxy.cpp | 107 int32_t InputDataChannelProxy::SelectByRange(int32_t start, int32_t end) in SelectByRange() function in OHOS::MiscServices::InputDataChannelProxy
|
H A D | input_method_controller.cpp | 1052 void InputMethodController::SelectByRange(int32_t start, int32_t end) in SelectByRange() function in OHOS::MiscServices::InputMethodController
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | i_input_data_channel.h | 72 virtual int32_t SelectByRange(int32_t start, int32_t end) = 0;
|
H A D | input_data_channel_proxy.h | 48 int32_t SelectByRange(int32_t start, int32_t end) override;
|
H A D | input_data_channel_stub.h | 51 int32_t SelectByRange(int32_t start, int32_t end) override;
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_ability.h | 71 int32_t SelectByRange(int32_t start, int32_t end);
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_text_input_client_engine.cpp | 51 DECLARE_NAPI_FUNCTION("selectByRange", SelectByRange), in Init() 600 napi_value JsTextInputClientEngine::SelectByRange(napi_env env, napi_callback_info info) in SelectByRange() function in OHOS::MiscServices::JsTextInputClientEngine 615 int32_t code = InputMethodAbility::GetInstance()->SelectByRange(ctxt->start, ctxt->end); in SelectByRange() 646 int32_t ret = InputMethodAbility::GetInstance()->SelectByRange(ctxt->start, ctxt->end); in SelectByRangeSync()
|
H A D | js_text_input_client_engine.h | 378 static napi_value SelectByRange(napi_env env, napi_callback_info info);
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | input_method_controller.h | 617 void SelectByRange(int32_t start, int32_t end);
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_ability.cpp | 702 int32_t InputMethodAbility::SelectByRange(int32_t start, int32_t end) in SelectByRange() function in OHOS::MiscServices::InputMethodAbility 714 return dataChannel->SelectByRange(start, end); in SelectByRange()
|