Home
last modified time | relevance | path

Searched refs:INSERT_TEXT (Results 1 - 4 of 4) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_data_channel.h35 INSERT_TEXT = DATA_CHANNEL_CMD_BEGIN, enumerator
H A Dinput_data_channel_stub.h84 [static_cast<uint32_t>(INSERT_TEXT)] = &InputDataChannelStub::InsertTextOnRemote,
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp31 const int8_t INSERT_TEXT = 0; member
194 case INSERT_TEXT: in RegisterListener()
239 case INSERT_TEXT: in UnRegisterListener()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_proxy.cpp33 return SendRequest(INSERT_TEXT, [&text](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, text); }); in InsertText()

Completed in 2 milliseconds