Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp173 auto jsInputDeviceMgr = jsIds->GetJsInputDeviceMgr(); in On()
207 auto jsInputDeviceMgr = jsIds->GetJsInputDeviceMgr(); in Off()
234 auto jsInputDeviceMgr = jsIds->GetJsInputDeviceMgr(); in GetDeviceIds()
263 auto jsInputDeviceMgr = jsDev->GetJsInputDeviceMgr(); in GetDevice()
410 auto jsInputDeviceMgr = jsDev->GetJsInputDeviceMgr(); in GetKeyboardType()
445 auto jsInputDeviceMgr = jsDev->GetJsInputDeviceMgr(); in GetKeyboardTypeSync()
460 auto jsInputDeviceMgr = jsIds->GetJsInputDeviceMgr(); in GetDeviceList()
493 auto jsInputDeviceMgr = jsDev->GetJsInputDeviceMgr(); in GetDeviceInfo()
526 auto jsInputDeviceMgr = jsDev->GetJsInputDeviceMgr(); in GetDeviceInfoSync()
556 auto jsInputDeviceMgr = jsDev->GetJsInputDeviceMgr(); in SetKeyboardRepeatDelay()
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_input_device_context.h45 std::shared_ptr<JsInputDeviceManager> GetJsInputDeviceMgr() const;