Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 4 of 4) sorted by relevance

/applications/standard/camera/common/src/main/ets/default/worker/eventbus/
DEventBus.ts83 const callbacks = this.events.get(event); constant
113 const callbacks = [...tempCall]; constant
/applications/standard/systemui/features/managementcomponent/src/main/ets/com/ohos/model/
DnotificationListener.ts71 const callbacks = this.listeners.get(data.bundle); constant
89 const callbacks = this.listeners.get(listener.bundle); constant
/applications/standard/app_samples/code/BasicFeature/FileManagement/Photos/entry/src/main/ets/base/
DUserFileObserver.ts26 callbacks: UserFileObserverCallback[] = []; property in UserFileObserver
/applications/standard/photos/common/src/main/ets/default/model/browser/dataObserver/
DMediaObserver.ts24 callbacks: Set<MediaObserverCallback> = new Set<MediaObserverCallback>(); property in MediaObserver