Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.telephony.observer.d.ts55 function off(type: 'networkStateChange', callback?: Callback<NetworkState>): void; function
69 function off(type: 'signalInfoChange', callback?: Callback<Array<SignalInformation>>): void; function
90 function off(type: 'cellInfoChange', callback?: Callback<Array<CellInformation>>): void; function
110 function off(type: 'cellularDataConnectionStateChange', function
129 function off(type: 'cellularDataFlowChange', callback?: Callback<DataFlowType>): void; function
146 …function off(type: 'callStateChange', callback?: Callback<{ state: CallState, number: string }>): … function
165 function off(type: 'simStateChange', callback?: Callback<SimStateData>): void; function
D@ohos.net.webSocket.d.ts90 off(type: 'open', callback?: AsyncCallback<Object>): void; method
102 off(type: 'message', callback?: AsyncCallback<string | ArrayBuffer>): void; method
112 off(type: 'close', callback?: AsyncCallback<{ code: number, reason: string }>): void; method
122 off(type: 'error', callback?: ErrorCallback): void; method
D@ohos.inputMethodEngine.d.ts69off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputCl… method
73 off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void; method
109 off(type: 'keyDown'|'keyUp', callback?: (event: KeyEvent) => boolean): void; method
113off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void; method
117off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEn… method
121 off(type: 'textChange', callback?: (text: string) => void): void; method
D@ohos.net.socket.d.ts161off(type: 'message', callback?: Callback<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): v… method
171 off(type: 'listening' | 'close', callback?: Callback<void>): void; method
181 off(type: 'error', callback?: ErrorCallback): void; method
295off(type: 'message', callback?: Callback<{message: ArrayBuffer, remoteInfo: SocketRemoteInfo}>): v… method
305 off(type: 'connect' | 'close', callback?: Callback<void>): void; method
315 off(type: 'error', callback?: ErrorCallback): void; method
D@ohos.request.d.ts407 off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void; method
435 off(type: 'complete' | 'pause' | 'remove', callback?: () => void): void; method
459 off(type: 'fail', callback?: (err: number) => void): void; method
692 off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void; method
716 off(type: 'headerReceive', callback?: (header: object) => void): void; method
D@ohos.update.d.ts414 off(eventType: 'downloadProgress', callback?: UpdateProgressCallback): void; method
415 off(eventType: 'upgradeProgress', callback?: UpdateProgressCallback): void; method
416 off(eventType: 'verifyProgress', callback?: UpdateProgressCallback): void; method
D@ohos.multimedia.audio.d.ts1131 off(type: 'deviceChange', callback?: Callback<DeviceChangeAction>): void; method
1152 off(type: 'interrupt', interrupt: AudioInterrupt, callback?: Callback<InterruptAction>): void; method
1503 off(type: "markReach"): void; method
1518 off(type: "periodReach"): void; method
1749 off(type: "markReach"): void; method
1765 off(type: "periodReach"): void; method
D@ohos.mediaquery.d.ts57 off(type: 'change', callback?: Callback<MediaQueryResult>): void; method
D@ohos.net.http.d.ts84 off(type: "headerReceive", callback?: AsyncCallback<Object>): void; method
98 off(type: "headersReceive", callback?: Callback<Object>): void; method
D@ohos.data.rdb.d.ts276 off(event:'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; method
D@ohos.pasteboard.d.ts331 off(type: 'update', callback?: () => void): void; method
D@ohos.bluetooth.d.ts423 off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; method
475 off(type: "connectionStateChange", callback?: Callback<StateChangeParam>): void; method
874 off(type: "BLECharacteristicChange", callback?: Callback<BLECharacteristic>): void; method
894 off(type: "BLEConnectionStateChange", callback?: Callback<BLEConnectChangedState>): void; method
D@ohos.multimedia.mediaLibrary.d.ts894off(type: 'deviceChange'|'albumChange'|'imageChange'|'audioChange'|'videoChange'|'fileChange'|'rem… method
/interface/sdk-js/api/ability/
DdataAbilityHelper.d.ts72 off(type: 'dataChange', uri: string, callback?: AsyncCallback<void>): void; method