Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_event_monitor_manager_impl.cpp71 bool isAbsentParam = false; in UnRegisterImeEventListener() local
79 isAbsentParam = true; in UnRegisterImeEventListener()
84 isAbsentParam = true; in UnRegisterImeEventListener()
101 return isAbsentParam ? ErrorCode::ERROR_BAD_PARAMETERS : ErrorCode::NO_ERROR; in UnRegisterImeEventListener()