Home
last modified time | relevance | path

Searched defs:onEvent (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/
Devent_method_check.ts51 const onEvent: MethodInfo[] = eventMethod.onEvents.length > 0 ? eventMethod.onEvents : []; constant
52 …const onEventPublishVersionValue: string = onEvent.length > 0 ? onEvent[0].jsDocInfos[0].since : '… constant
/interface/sdk-js/api/
D@ohos.hiSysEvent.d.ts331 onEvent: (info: SysEventInfo) => void; property
/interface/sdk-js/api/@internal/ets/
Dlifecycle.d.ts125 onEvent?(formId: string, message: string): void; method