Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_data_channel_stub.h73 int32_t SelectByRangeOnRemote(MessageParcel &data, MessageParcel &reply);
94 [static_cast<uint32_t>(SELECT_BY_RANGE)] = &InputDataChannelStub::SelectByRangeOnRemote,
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp155 int32_t InputDataChannelStub::SelectByRangeOnRemote(MessageParcel &data, MessageParcel &reply) in SelectByRangeOnRemote() function in OHOS::MiscServices::InputDataChannelStub