Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp101 napi_value statusShow = nullptr; in GetJsKeyboardStatusProperty() local
104 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(KeyboardStatus::SHOW), &statusShow)); in GetJsKeyboardStatusProperty()
108 NAPI_CALL(env, napi_set_named_property(env, keyboardStatus, "SHOW", statusShow)); in GetJsKeyboardStatusProperty()