Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_data_channel_stub.h66 int32_t GetTextAfterCursorOnRemote(MessageParcel &data, MessageParcel &reply);
88 …[static_cast<uint32_t>(GET_TEXT_AFTER_CURSOR)] = &InputDataChannelStub::GetTextAfterCursorOnRemote,
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp91 int32_t InputDataChannelStub::GetTextAfterCursorOnRemote(MessageParcel &data, MessageParcel &reply) in GetTextAfterCursorOnRemote() function in OHOS::MiscServices::InputDataChannelStub