Home
last modified time | relevance | path

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

/applications/standard/screenlock/common/src/main/ets/default/event/
DEventBus.ts22 once(event: T, cb: Callback): () => void; method
/applications/standard/systemui/common/src/main/ets/default/event/
DEventBus.ts22 once(event: T, cb: Callback): () => void; method
/applications/standard/camera/common/src/main/ets/default/worker/eventbus/
DEventBus.ts56 public once(event: string | string[], callback: Callback): void { method in EventBus