Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_data_channel_stub.h69 int32_t SendFunctionKeyOnRemote(MessageParcel &data, MessageParcel &reply);
92 [static_cast<uint32_t>(SEND_FUNCTION_KEY)] = &InputDataChannelStub::SendFunctionKeyOnRemote,
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp121 int32_t InputDataChannelStub::SendFunctionKeyOnRemote(MessageParcel &data, MessageParcel &reply) in SendFunctionKeyOnRemote() function in OHOS::MiscServices::InputDataChannelStub