Home
last modified time | relevance | path

Searched defs:off (Results 1 – 9 of 9) sorted by relevance

/applications/standard/photos/common/src/main/ets/default/utils/
DBroadCast.ts31 public off(event: string, callback?: Function): void { method in BroadCast
/applications/standard/screenlock/common/src/main/ets/default/event/
DEventBus.ts23 off(event: T | T[] | undefined, cb: Callback): void; method
/applications/standard/systemui/common/src/main/ets/default/event/
DEventBus.ts23 off(event: T | T[] | undefined, cb: Callback): void; method
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributedJotNote/entry/src/main/ets/utils/
DLooperUtil.ts36 public static off(event: number, callBack?: (eventData?: emitter.EventData) => void): void { method in LooperUtil
/applications/standard/app_samples/code/BasicFeature/FileManagement/Photos/entry/src/main/ets/common/
DBroadcast.ts31 public off(event: string | null, callback: CallbackType | null): void { method in Broadcast
/applications/standard/camera/common/src/main/ets/default/worker/eventbus/
DEventBus.ts75 public off(event: string | string[], callback: Callback | undefined): void { method in EventBus
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/StageModel/entry/src/main/ets/feature/
DDataShareHelper.ts145 off = async () => { property in DataShareHelper
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/
DkvstoreModel.js72 off() { method in KvStoreModel
/applications/standard/photos/common/src/main/ets/default/model/common/
DScreenManager.ts138 off(event: string, fn: Function): void { method in ScreenManager