Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_client.h35 ON_PANEL_STATUS_CHANGE, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_client_proxy.cpp49 return SendRequest(ON_PANEL_STATUS_CHANGE, [&status, &info](MessageParcel &data) { in OnPanelStatusChange()
H A Dinput_client_stub.cpp58 case ON_PANEL_STATUS_CHANGE: { in OnRemoteRequest()