/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
D | input_method_agent_proxy.cpp | 48 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange() argument 50 …auto ret = SendRequest(ON_SELECTION_CHANGE, [&text, oldBegin, oldEnd, newBegin, newEnd](MessagePar… in OnSelectionChange() 51 return ITypesUtil::Marshal(data, text, oldBegin, oldEnd, newBegin, newEnd); in OnSelectionChange()
|
D | input_method_agent_stub.cpp | 65 int32_t oldBegin = data.ReadInt32(); in OnRemoteRequest() local 69 OnSelectionChange(text, oldBegin, oldEnd, newBegin, newEnd); in OnRemoteRequest() 126 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange() argument 134 data->WriteInt32(oldBegin); in OnSelectionChange()
|
D | input_method_ability.cpp | 330 int32_t oldBegin = data->ReadInt32(); in OnSelectionChange() local 341 kdListener_->OnSelectionChange(oldBegin, oldEnd, newBegin, newEnd); in OnSelectionChange() 415 … kdListener_->OnSelectionChange(textConfig.textSelection.oldBegin, textConfig.textSelection.oldEnd, in OnTextConfigChange()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
D | keyboard_listener.h | 29 …virtual void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd)…
|
D | i_input_method_agent.h | 45 … std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) = 0;
|
D | input_method_agent_stub.h | 35 … std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override;
|
D | input_method_agent_proxy.h | 42 … std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override;
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_keyboard_delegate_setting.h | 47 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) overrid… 69 int32_t oldBegin = 0; member
|
D | js_keyboard_delegate_setting.cpp | 425 void JsKeyboardDelegateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegi… in OnSelectionChange() argument 428 SelectionPara para{ oldBegin, oldEnd, newBegin, newEnd }; in OnSelectionChange() 431 entry.selPara.oldBegin = para.oldBegin; in OnSelectionChange() 453 napi_create_int32(env, entry->selPara.oldBegin, &args[0]); in OnSelectionChange()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
D | input_method_utils.h | 122 int32_t oldBegin = INVALID_VALUE; member
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
D | itypes_util.cpp | 192 …if (!Marshal(data, input.textSelection.oldBegin, input.textSelection.oldEnd, input.textSelection.n… in Marshalling() 215 if (!Unmarshal(data, output.textSelection.oldBegin, output.textSelection.oldEnd, in Unmarshalling()
|
D | input_method_controller.cpp | 892 config.textSelection.oldBegin = selectOldBegin_; in GetTextConfig()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_attach_test.cpp | 219 EXPECT_EQ(textConfig.textSelection.oldBegin, 0); 304 EXPECT_EQ(totalConfig.textSelection.oldBegin, 0); 385 EXPECT_EQ(totalConfig.textSelection.oldBegin, 0); 534 EXPECT_EQ(totalConfig.textSelection.oldBegin, 0);
|
D | input_method_editor_test.cpp | 57 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) overrid… 80 void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, in… in OnSelectionChange() argument
|
D | input_method_controller_test.cpp | 154 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override in OnSelectionChange() argument 157 oldBegin, oldEnd, newBegin, newBegin); in OnSelectionChange() 158 oldBegin_ = oldBegin; in OnSelectionChange()
|
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
D | inputmethodability_fuzzer.cpp | 35 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) {} in OnSelectionChange() argument
|