Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp43 const std::unordered_map<std::string, EventType> EVENT_TYPE{ { "imeChange", IME_CHANGE }, { "imeSho… variable
93 auto it = EVENT_TYPE.find(type); in UpdateListenEventFlag()
94 if (it == EVENT_TYPE.end()) { in UpdateListenEventFlag()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp34 const std::set<std::string> EVENT_TYPE{ variable