Home
last modified time | relevance | path

Searched refs:GetTextIndexAtCursorOnRemote (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_data_channel_stub.h76 int32_t GetTextIndexAtCursorOnRemote(MessageParcel &data, MessageParcel &reply);
97 …ic_cast<uint32_t>(GET_TEXT_INDEX_AT_CURSOR)] = &InputDataChannelStub::GetTextIndexAtCursorOnRemote,
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp187 int32_t InputDataChannelStub::GetTextIndexAtCursorOnRemote(MessageParcel &data, MessageParcel &repl… in GetTextIndexAtCursorOnRemote() function in OHOS::MiscServices::InputDataChannelStub