Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_event_target.h71 static void CallIntervalSinceLastInputPromise(uv_work_t *work, int32_t status);
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp1338 CallIntervalSinceLastInputPromise, uv_qos_user_initiated); in EmitJsGetIntervalSinceLastInput()
1346 void JsEventTarget::CallIntervalSinceLastInputPromise(uv_work_t *work, int32_t status) in CallIntervalSinceLastInputPromise() function in OHOS::MMI::JsEventTarget