Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp262 CHKPP(jsDev); in GetDevice()
263 auto jsInputDeviceMgr = jsDev->GetJsInputDeviceMgr(); in GetDevice()
409 CHKPP(jsDev); in GetKeyboardType()
444 CHKPP(jsDev); in GetKeyboardTypeSync()
492 CHKPP(jsDev); in GetDeviceInfo()
525 CHKPP(jsDev); in GetDeviceInfoSync()
555 CHKPP(jsDev); in SetKeyboardRepeatDelay()
592 CHKPP(jsDev); in SetKeyboardRepeatRate()
612 CHKPP(jsDev); in GetKeyboardRepeatDelay()
632 CHKPP(jsDev); in GetKeyboardRepeatRate()
[all …]
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp80 JsCoordinationContext *jsDev = JsCoordinationContext::GetInstance(env); in PrepareCompatible() local
81 CHKPP(jsDev); in PrepareCompatible()
112 JsCoordinationContext *jsDev = JsCoordinationContext::GetInstance(env); in UnprepareCompatible() local
113 CHKPP(jsDev); in UnprepareCompatible()
164 CHKPP(jsDev); in ActivateCompatible()
207 CHKPP(jsDev); in DeactivateCompatible()
254 CHKPP(jsDev); in GetCrossingSwitchStateCompatible()
339 CHKPP(jsDev); in RegisterCooperateListener()
362 CHKPP(jsDev); in UnregisterCooperateListener()
411 CHKPP(jsDev); in RegisterMouseListener()
[all …]
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_context.cpp79 CHKPP(jsDev); in Enable()
80 auto jsCooperateManager = jsDev->GetJsCoordinationMgr(); in Enable()
119 CHKPP(jsDev); in Start()
120 auto jsCooperateManager = jsDev->GetJsCoordinationMgr(); in Start()
140 CHKPP(jsDev); in Stop()
141 auto jsCooperateManager = jsDev->GetJsCoordinationMgr(); in Stop()
175 CHKPP(jsDev); in GetState()
176 auto jsCooperateManager = jsDev->GetJsCoordinationMgr(); in GetState()
211 CHKPP(jsDev); in On()
212 auto jsCooperateManager = jsDev->GetJsCoordinationMgr(); in On()
[all …]
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp161 JsDragContext *jsDev = JsDragContext::GetInstance(env); in On() local
162 CHKPP(jsDev); in On()
163 auto jsDragMgr = jsDev->GetJsDragMgr(); in On()
191 JsDragContext *jsDev = JsDragContext::GetInstance(env); in Off() local
192 CHKPP(jsDev); in Off()
193 auto jsDragMgr = jsDev->GetJsDragMgr(); in Off()
225 JsDragContext *jsDev = JsDragContext::GetInstance(env); in GetDataSummary() local
226 CHKPP(jsDev); in GetDataSummary()
227 auto jsDragMgr = jsDev->GetJsDragMgr(); in GetDataSummary()