Home
last modified time | relevance | path

Searched refs:CreateCallbackInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_manager.cpp44 napi_value ret = CreateCallbackInfo(env, handle, cb); in GetDeviceIds()
55 napi_value ret = CreateCallbackInfo(env, handle, cb); in GetDevice()
67 napi_value ret = CreateCallbackInfo(env, handle, cb); in SupportKeys()
106 napi_value ret = CreateCallbackInfo(env, handle, cb); in GetKeyboardType()
143 napi_value ret = CreateCallbackInfo(env, handle, cb); in GetDeviceList()
154 napi_value ret = CreateCallbackInfo(env, handle, cb); in GetDeviceInfo()
185 CreateCallbackInfo(env, handle, cb); in GetDeviceInfoSync()
202 napi_value ret = CreateCallbackInfo(env, handle, cb); in SetKeyboardRepeatDelay()
216 napi_value ret = CreateCallbackInfo(env, handle, cb); in SetKeyboardRepeatRate()
230 napi_value ret = CreateCallbackInfo(en in GetKeyboardRepeatDelay()
[all...]
H A Djs_event_target.cpp1306 napi_value JsEventTarget::CreateCallbackInfo(napi_env env, napi_value handle, sptr<JsUtil::CallbackInfo> cb) in CreateCallbackInfo() function in OHOS::MMI::JsEventTarget
/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_event_target.h47 napi_value CreateCallbackInfo(napi_env, napi_value handle, sptr<JsUtil::CallbackInfo> cb);

Completed in 4 milliseconds