Searched refs:EmitJsKeyboardRepeatDelay (Results 1 – 3 of 3) sorted by relevance
40 static void EmitJsKeyboardRepeatDelay(sptr<JsUtil::CallbackInfo> cb, int32_t delay);
231 auto callback = [cb] (int32_t delay) { return EmitJsKeyboardRepeatDelay(cb, delay); }; in GetKeyboardRepeatDelay()
923 void JsEventTarget::EmitJsKeyboardRepeatDelay(sptr<JsUtil::CallbackInfo> cb, int32_t delay) in EmitJsKeyboardRepeatDelay() function in OHOS::MMI::JsEventTarget