Home
last modified time | relevance | path

Searched refs:HIDE_KEYBOARD_SELF (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/include/
H A Di_input_control_channel.h27 HIDE_KEYBOARD_SELF = FIRST_CALL_TRANSACTION, enumerator
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_control_channel_proxy.cpp54 auto ret = remote->SendRequest(HIDE_KEYBOARD_SELF, data, reply, option); in HideKeyboardSelf()
H A Dinput_control_channel_stub.cpp44 case HIDE_KEYBOARD_SELF: { in OnRemoteRequest()