Searched defs:onKeyEventDispatch (Results 1 – 5 of 5) sorted by relevance
129 …auto onKeyEventDispatch = [execCtx = args.GetExecutionContext(), func = std::move(JsOnKeyEventDisp… in JsOnKeyEventDispatch() local
183 public onKeyEventDispatch(value: ((parameter: KeyEvent) => boolean) | undefined): this { method in ArkBaseNode
8105 onKeyEventDispatch(value: ((parameter: KeyEvent) => boolean) | undefined): this method9871 public onKeyEventDispatch(value: ((parameter: KeyEvent) => boolean) | undefined): this { method in ArkCommonMethodComponent
9122 auto onKeyEventDispatch = [vm, func = JSFuncObjRef(panda::CopyableGlobal(vm, func), flag), in SetOnKeyEventDispatch() local
4430 onKeyEventDispatch(event) { method in ArkComponent