Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp48 auto jsInputDeviceMgr = mgr_; in ~JsInputDeviceContext() local
50 if (jsInputDeviceMgr) { in ~JsInputDeviceContext()
51 jsInputDeviceMgr->ResetEnv(); in ~JsInputDeviceContext()
173 auto jsInputDeviceMgr = jsIds->GetJsInputDeviceMgr(); in On() local
236 return jsInputDeviceMgr->GetDeviceIds(env); in GetDeviceIds()
242 return jsInputDeviceMgr->GetDeviceIds(env, argv[0]); in GetDeviceIds()
265 return jsInputDeviceMgr->GetDevice(env, id); in GetDevice()
384 CHKPP(jsInputDeviceMgr); in SupportKeysSync()
411 CHKPP(jsInputDeviceMgr); in GetKeyboardType()
446 CHKPP(jsInputDeviceMgr); in GetKeyboardTypeSync()
[all …]