/interface/sdk-js/api/ |
D | @ohos.telephony.observer.d.ts | 72 function off(type: 'networkStateChange', callback?: Callback<NetworkState>): void; function 102 function off(type: 'signalInfoChange', callback?: Callback<Array<SignalInformation>>): void; function 138 function off(type: 'cellInfoChange', callback?: Callback<Array<CellInformation>>): void; function 173 function off(type: 'cellularDataConnectionStateChange', function 206 function off(type: 'cellularDataFlowChange', callback?: Callback<DataFlowType>): void; function 240 …function off(type: 'callStateChange', callback?: Callback<{ state: CallState, number: string }>): … function 273 function off(type: 'simStateChange', callback?: Callback<SimStateData>): void; function
|
D | @ohos.inputMethodEngine.d.ts | 326 …off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputCl… method 340 off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void; method 368 …off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) =>… method 386 off(type: 'inputStop', callback: () => void): void; method 404 off(type: 'setCallingWindow', callback: (wid:number) => void): void; method 422 off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void; method 440 off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void; method 756 off(type: 'keyDown'|'keyUp', callback?: (event: KeyEvent) => boolean): void; method 770 … off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void; method 784 …off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEn… method [all …]
|
D | @ohos.data.distributedDataObject.d.ts | 162 … off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void; method 200 off(type: 'status', method 269 … off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void; method 306 off(type: 'status', method
|
D | @ohos.net.webSocket.d.ts | 96 off(type: 'open', callback?: AsyncCallback<Object>): void; method 108 off(type: 'message', callback?: AsyncCallback<string | ArrayBuffer>): void; method 118 off(type: 'close', callback?: AsyncCallback<{ code: number, reason: string }>): void; method 128 off(type: 'error', callback?: ErrorCallback): void; method
|
D | @ohos.net.socket.d.ts | 192 …off(type: 'message', callback?: Callback<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): v… method 202 off(type: 'listening' | 'close', callback?: Callback<void>): void; method 212 off(type: 'error', callback?: ErrorCallback): void; method 342 …off(type: 'message', callback?: Callback<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): v… method 352 off(type: 'connect' | 'close', callback?: Callback<void>): void; method 362 off(type: 'error', callback?: ErrorCallback): void; method 426 …off(type: 'message', callback?: Callback<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): v… method 440 off(type: 'connect' | 'close', callback?: Callback<void>): void; method 454 off(type: 'error', callback?: ErrorCallback): void; method
|
D | @ohos.app.ability.UIAbility.d.ts | 125 off(type: "release", callback: OnReleaseCallback): void; method 135 off(type: "release"): void; method 169 off(method: string): void; method
|
D | @ohos.multimedia.avsession.d.ts | 1011 off(type: 'metadataChange', callback?: (data: AVMetadata) => void); method 1039 off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void); method 1063 off(type: 'sessionDestroy', callback?: () => void); method 1089 off(type: 'activeStateChange', callback?: (isActive: boolean) => void); method 1115 off(type: 'validCommandChange', callback?: (commands: Array<AVControlCommandType>) => void); method 1143 off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void; method
|
D | @ohos.request.d.ts | 553 off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void; method 579 off(type: 'complete' | 'pause' | 'remove', callback?: () => void): void; method 601 off(type: 'fail', callback?: (err: number) => void): void; method 990 off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void; method 1012 off(type: 'headerReceive', callback?: (header: object) => void): void; method 1035 off(type:'complete' | 'fail', callback?: Callback<Array<TaskState>>): void; method
|
D | @ohos.multimedia.media.d.ts | 488 off(type: 'stateChange'): void; method 497 off(type: 'volumeChange'): void; method 506 off(type: 'endOfStream'): void; method 515 off(type: 'seekDone'): void; method 524 off(type: 'speedDone'): void; method 533 off(type: 'bitrateDone'): void; method 542 off(type: 'timeUpdate'): void; method 551 off(type: 'durationUpdate'): void; method 560 off(type: 'bufferingUpdate'): void; method 569 off(type: 'startRenderFrame'): void; method [all …]
|
D | @ohos.window.d.ts | 1571 off(type: 'windowSizeChange', callback?: Callback<Size>): void; method 1591 off(type: 'systemAvoidAreaChange', callback?: Callback<AvoidArea>): void; method 1609 … off(type: 'avoidAreaChange', callback?: Callback<{ type: AvoidAreaType, area: AvoidArea }>): void; method 1627 off(type: 'keyboardHeightChange', callback?: Callback<number>): void; method 1643 off(type: 'touchOutside', callback?: Callback<void>): void; method 1661 off(type: 'screenshot', callback?: Callback<void>): void; method 2395 off(eventType: 'windowStageEvent', callback?: Callback<WindowStageEventType>): void; method
|
D | @ohos.mediaquery.d.ts | 56 off(type: 'change', callback?: Callback<MediaQueryResult>): void; method
|
D | @ohos.multimedia.audio.d.ts | 1473 off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void; method 1494 off(type: 'interrupt', interrupt: AudioInterrupt, callback?: Callback<InterruptAction>): void; method 1610 off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void; method 1765 off(type: "audioRendererChange"): void; method 1786 off(type: "audioCapturerChange"): void; method 2773 off(type: "markReach"): void; method 2789 off(type: "periodReach"): void; method 3043 off(type: "markReach"): void; method 3059 off(type: "periodReach"): void; method
|
D | @ohos.net.http.d.ts | 143 off(type: "headerReceive", callback?: AsyncCallback<Object>): void; method 157 off(type: "headersReceive", callback?: Callback<Object>): void; method
|
D | @ohos.bluetoothManager.d.ts | 604 off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; method 678 off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; method 741 off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; method 786 off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; method 1367 off(type: "BLECharacteristicChange", callback?: Callback<BLECharacteristic>): void; method 1391 off(type: "BLEConnectionStateChange", callback?: Callback<BLEConnectChangedState>): void; method
|
D | @ohos.data.rdb.d.ts | 465 off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; method
|
D | @ohos.data.relationalStore.d.ts | 735 off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; method
|
D | @ohos.bluetooth.d.ts | 510 off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; method 575 off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; method 1055 off(type: "BLECharacteristicChange", callback?: Callback<BLECharacteristic>): void; method 1079 off(type: "BLEConnectionStateChange", callback?: Callback<BLEConnectChangedState>): void; method
|
D | @ohos.pasteboard.d.ts | 534 off(type: 'update', callback?: () => void): void; method
|
D | @ohos.userIAM.userAuth.d.ts | 708 off: (name: AuthEventKey) => void; property
|
D | @ohos.filemanagement.userFileManager.d.ts | 859 off(type: ChangeEvent, callback?: Callback<void>): void; method
|
D | @ohos.update.d.ts | 547 off(eventClassifyInfo: EventClassifyInfo, taskCallback?: UpgradeTaskCallback): void; method
|
D | @ohos.multimedia.mediaLibrary.d.ts | 1129 …off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'rem… method
|
/interface/sdk-js/api/ability/ |
D | dataAbilityHelper.d.ts | 72 off(type: 'dataChange', uri: string, callback?: AsyncCallback<void>): void; method
|