Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h72 int32_t windID = 0; member
H A Djs_get_input_method_controller.cpp578 napi_status status = JsUtils::GetValue(env, argv[0], ctxt->windID); in SetCallingWindow()
583 auto errcode = InputMethodController::GetInstance()->SetCallingWindow(ctxt->windID); in SetCallingWindow()