| /interface/sdk-js/api/ |
| D | @ohos.multimedia.avsession.d.ts | 1663 off(type: 'play', callback?: () => void): void; method 1690 off(type: 'pause', callback?: () => void): void; method 1717 off(type: 'stop', callback?: () => void): void; method 1744 off(type: 'playNext', callback?: () => void): void; method 1771 off(type: 'playPrevious', callback?: () => void): void; method 1798 off(type: 'fastForward', callback?: () => void): void; method 1825 off(type: 'rewind', callback?: () => void): void; method 1885 off(type: 'playFromAssetId', callback?: (assetId: number) => void): void; method 1935 off(type: 'seek', callback?: (time: number) => void): void; method 1985 off(type: 'setSpeed', callback?: (speed: number) => void): void; method [all …]
|
| D | @ohos.multimedia.camera.d.ts | 834 off(type: 'cameraStatus', callback?: AsyncCallback<CameraStatusInfo>): void; method 854 off(type: 'foldStatusChange', callback?: AsyncCallback<FoldStatusInfo>): void; method 896 off(type: 'cameraMute', callback?: AsyncCallback<boolean>): void; method 1085 off(type: 'torchStatusChange', callback?: AsyncCallback<TorchStatusInfo>): void; method 1634 off(type: 'error', camera: CameraDevice, callback?: ErrorCallback): void; method 1658 …off(type: 'cameraOcclusionDetection', callback?: AsyncCallback<CameraOcclusionDetectionResult>): v… method 4489 off(type: 'focusStateChange', callback?: AsyncCallback<FocusState>): void; method 4513 off(type: 'error', callback?: ErrorCallback): void; method 4912 off(type: 'error', callback?: ErrorCallback): void; method 4932 off(type: 'focusStateChange', callback?: AsyncCallback<FocusState>): void; method [all …]
|
| D | @ohos.net.socket.d.ts | 924 off(type: 'message', callback?: Callback<SocketMessageInfo>): void; method 958 off(type: 'listening' | 'close', callback?: Callback<void>): void; method 992 off(type: 'error', callback?: ErrorCallback): void; method 1504 off(type: 'message', callback?: Callback<LocalSocketMessageInfo>): void; method 1542 off(type: 'connect', callback?: Callback<void>): void; method 1580 off(type: 'close', callback?: Callback<void>): void; method 1618 off(type: 'error', callback?: ErrorCallback): void; method 1735 off(type: 'message', callback?: Callback<LocalSocketMessageInfo>): void; method 1773 off(type: 'close', callback?: Callback<void>): void; method 1811 off(type: 'error', callback?: ErrorCallback): void; method [all …]
|
| D | @ohos.inputMethodEngine.d.ts | 445 off( method 468 off(type: 'keyboardShow' | 'keyboardHide', callback?: () => void): void; method 499 …off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) =>… method 519 off(type: 'inputStop', callback: () => void): void; method 539 off(type: 'setCallingWindow', callback: (wid: number) => void): void; method 559 off(type: 'keyboardShow' | 'keyboardHide', callback?: () => void): void; method 579 off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void; method 599 off(type: 'securityModeChange', callback?: Callback<SecurityMode>): void; method 622 off(type: 'privateCommand', callback?: Callback<Record<string, CommandDataType>>): void; method 1385 off(type: 'keyDown' | 'keyUp', callback?: (event: KeyEvent) => boolean): void; method [all …]
|
| D | @ohos.inputMethod.d.ts | 992 off(type: 'selectByRange', callback?: Callback<Range>): void; method 1018 off(type: 'selectByMovement', callback?: Callback<Movement>): void; method 1043 off(type: 'insertText', callback?: (text: string) => void): void; method 1070 off(type: 'deleteLeft', callback?: (length: number) => void): void; method 1097 off(type: 'deleteRight', callback?: (length: number) => void): void; method 1122 off(type: 'sendKeyboardStatus', callback?: (keyboardStatus: KeyboardStatus) => void): void; method 1148 off(type: 'sendFunctionKey', callback?: (functionKey: FunctionKey) => void): void; method 1174 off(type: 'moveCursor', callback?: (direction: Direction) => void): void; method 1199 off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void; method 1224 off(type: 'getLeftTextOfCursor', callback?: (length: number) => string): void; method [all …]
|
| D | @ohos.net.webSocket.d.ts | 785 off(type: 'open', callback?: AsyncCallback<Object>): void; method 843 off(type: 'message', callback?: AsyncCallback<string | ArrayBuffer>): void; method 901 off(type: 'close', callback?: AsyncCallback<CloseResult>): void; method 953 off(type: 'error', callback?: ErrorCallback): void; method 987 off(type: 'dataEnd', callback?: Callback<void>): void; method 1005 off(type: 'headerReceive', callback?: Callback<ResponseHeaders>): void; method
|
| D | @ohos.data.distributedDataObject.d.ts | 232 off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void; method 272 off( method 383 off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void ): void; method 424 off( method
|
| D | @ohos.multimedia.media.d.ts | 2507 off(type: 'mediaKeySystemInfoUpdate', callback?: Callback<Array<drm.MediaKeySystemInfo>>): void; method 2556 off(type: 'stateChange', callback?: OnAVPlayerStateChangeHandle): void; method 2588 off(type: 'volumeChange', callback?: Callback<number>): void; method 2620 off(type: 'endOfStream', callback?: Callback<void>): void; method 2668 off(type: 'seekDone', callback?: Callback<number>): void; method 2700 off(type: 'speedDone', callback?: Callback<number>): void; method 2730 off(type: 'bitrateDone', callback?: Callback<number>): void; method 2778 off(type: 'timeUpdate', callback?: Callback<number>): void; method 2810 off(type: 'durationUpdate', callback?: Callback<number>): void; method 2849 off(type: 'bufferingUpdate', callback?: OnBufferingUpdateHandler): void; method [all …]
|
| D | @ohos.app.ability.UIAbility.d.ts | 194 off(type: 'release', callback: OnReleaseCallback): void; method 206 off(type: 'release'): void; method 245 off(method: string): void; method
|
| D | @ohos.request.d.ts | 1120 off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void; method 1198 off(type: 'complete' | 'pause' | 'remove', callback?: () => void): void; method 1264 off(type: 'fail', callback?: (err: number) => void): void; method 2139 off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void; method 2205 off(type: 'headerReceive', callback?: (header: object) => void): void; method 2277 off(type: 'complete' | 'fail', callback?: Callback<Array<TaskState>>): void; method 4366 off(event: 'progress', callback?: (progress: Progress) => void): void; method 4414 off(event: 'completed', callback?: (progress: Progress) => void): void; method 4462 off(event: 'failed', callback?: (progress: Progress) => void): void; method 4484 off(event: 'pause', callback?: (progress: Progress) => void): void; method [all …]
|
| D | @ohos.arkui.uiExtension.d.ts | 86 off(type: 'avoidAreaChange', callback?: Callback<AvoidAreaInfo>): void; method 116 off(type: 'windowSizeChange', callback?: Callback<window.Size>): void; method 149 off(type: 'rectChange', callback?: Callback<RectChangeOptions>): void; method
|
| D | @ohos.arkui.inspector.d.ts | 95 off(type: 'layout', callback?: () => void): void; method 137 off(type: 'draw', callback?: () => void): void; method
|
| D | @ohos.multimedia.drm.d.ts | 1800 off(type: 'keyRequired', callback?: (eventInfo: EventInfo) => void): void; method 1850 off(type: 'keyExpired', callback?: (eventInfo: EventInfo) => void): void; method 1900 off(type: 'vendorDefined', callback?: (eventInfo: EventInfo) => void): void; method 1950 off(type: 'expirationUpdate', callback?: (eventInfo: EventInfo) => void): void; method 2000 … off(type: 'keysChange', callback?: (keyInfo: KeysInfo[], newKeyAvailable: boolean) => void): void; method
|
| D | @ohos.net.http.d.ts | 1318 off(type: "headerReceive", callback?: AsyncCallback<Object>): void; method 1370 off(type: "headersReceive", callback?: Callback<Object>): void; method 1405 off(type: "dataReceive", callback?: Callback<ArrayBuffer>): void; method 1423 off(type: "dataEnd", callback?: Callback<void>): void; method 1471 off(type: 'dataReceiveProgress', callback?: Callback<DataReceiveProgressInfo>): void; method 1505 off(type: 'dataSendProgress', callback?: Callback<DataSendProgressInfo>): void method
|
| D | @ohos.data.dataShare.d.ts | 599 off(type: 'dataChange', uri: string, callback?: AsyncCallback<void>): void; method 634 …off(event: 'dataChange', type:SubscriptionType, uri: string, callback?: AsyncCallback<ChangeInfo>)… method 769 off( method 847 off( method
|
| D | @ohos.window.d.ts | 5249 off(type: 'windowSizeChange', callback?: Callback<Size>): void; method 5273 off(type: 'systemAvoidAreaChange', callback?: Callback<AvoidArea>): void; method 5344 off(type: 'avoidAreaChange', callback?: Callback<AvoidAreaOptions>): void; method 5392 off(type: 'keyboardHeightChange', callback?: Callback<number>): void; method 5419 off(type: 'touchOutside', callback?: Callback<void>): void; method 5450 off(type: 'displayIdChange', callback?: Callback<number>): void; method 5510 off(type: 'windowVisibilityChange', callback?: Callback<boolean>): void; method 5544 off(type: 'noInteractionDetected', callback?: Callback<void>): void; method 5592 off(type: 'screenshot', callback?: Callback<void>): void; method 5642 off(type: 'dialogTargetTouch', callback?: Callback<void>): void; method [all …]
|
| D | @ohos.multimedia.audio.d.ts | 2961 off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void; method 2986 off(type: 'interrupt', interrupt: AudioInterrupt, callback?: Callback<InterruptAction>): void; method 3283 off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void; method 3324 off(type: 'availableDeviceChange', callback?: Callback<DeviceChangeAction>): void; method 3616 …off(type: 'preferOutputDeviceChangeForRendererInfo', callback?: Callback<AudioDeviceDescriptors>):… method 3722 …off(type: 'preferredInputDeviceChangeForCapturerInfo', callback?: Callback<AudioDeviceDescriptors>… method 3784 off(type: 'micBlockStatusChanged', callback?: Callback<DeviceBlockStatusInfo>): void; method 3980 off(type: 'audioRendererChange'): void; method 4030 off(type: 'audioCapturerChange'): void; method 4261 off(type: 'audioSessionDeactivated', callback?: Callback<AudioSessionDeactivatedEvent>): void; method [all …]
|
| D | @ohos.uiExtensionHost.d.ts | 82 …off(type: 'avoidAreaChange', callback?: Callback<{ type: window.AvoidAreaType, area: window.AvoidA… method 112 off(type: 'windowSizeChange', callback?: Callback<window.Size>): void; method
|
| D | @ohos.multimedia.audioHaptic.d.ts | 254 off(type: 'endOfStream', callback?: Callback<void>): void; method 272 off(type: 'audioInterrupt', callback?: Callback<audio.InterruptEvent>): void; method
|
| D | @ohos.PiPWindow.d.ts | 1000 off(type: 'stateChange'): void; method 1033 off(type: 'controlPanelActionEvent'): void; method 1054 off(type: 'controlEvent', callback?: Callback<ControlEventParam>): void; method
|
| /interface/sdk-js/build-tools/api_diff/test/ut/delete_api_001/new/api/ |
| D | delete_api_001.d.ts | 103 off(type: "release", callback: OnReleaseCallback): void; method 113 off(type: "release"): void; method 143 off(method: string): void; method
|
| /interface/sdk-js/build-tools/api_diff/test/ut/delete_api_001/old/api/ |
| D | delete_api_001.d.ts | 115 off(type: "release", callback: OnReleaseCallback): void; method 125 off(type: "release"): void; method 155 off(method: string): void; method
|
| /interface/sdk-js/build-tools/dts_parser/test/ut/parserSince/ |
| D | ut_method_040.d.ts | 28 off(type: 'play' | 'pause', callback: Callback<void>): void; method 38 off(type: string, callback: Callback<void>): void; method
|
| /interface/sdk-js/api/multimedia/ |
| D | soundPool.d.ts | 381 off(type: 'loadComplete'): void; method 398 off(type: 'playFinished'): void; method 415 off(type: 'error'): void; method
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | ui_extension_component.d.ts | 200 off(type: 'asyncReceiverRegister', callback?: (proxy: UIExtensionProxy) => void): void; method 211 off(type: 'syncReceiverRegister', callback?: (proxy: UIExtensionProxy) => void): void; method
|