/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.2/ |
H A D | changelogs-imf.md | 15 ## cl.imf.3 @ohos.InputMethod中off接口新增参数 17 off接口新增需要取消订阅的回调函数作为可选参数,需要与on接口传入的保持一致。 21 | off('insertText') | off(type: 'insertText'): void | off(type: 'insertText', callb… 22 | off('deleteLeft') | off(type: 'deleteLeft'): void | off(type: 'deleteLeft', callb… 23 | off('deleteRight') | off(type: 'deleteRight'): void | off(type: 'deleteRight', call… 24 | off('sendKeyboardStatus') | off(type: 'sendKeyboardStatus'): void | off(type: 'sendKeyboardStatus… 25 | off('sendFunctionKey') | off(type: 'sendFunctionKey'): void | off(type: 'sendFunctionKey', … 26 | off('moveCursor') | off(type: 'moveCursor'): void | off(type: 'moveCursor', callb… 27 | off('handleExtendAction') | off(type: 'handleExtendAction'): void | off(type: 'handleExtendAction… 28 | off('selectByRange') | off(type: 'selectByRange'): void | off(type: 'selectByRange', ca… [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.2/ |
H A D | changelogs-imf.md | 15 ## cl.imf.3 Parameter Addition of off 17 An option **callback** parameter is added to the **off** API to specify the callback to be unsubscr… 21 | off('insertText') | off(type: 'insertText'): void | off(type: 'insertText', callb… 22 | off('deleteLeft') | off(type: 'deleteLeft'): void | off(type: 'deleteLeft', callb… 23 | off('deleteRight') | off(type: 'deleteRight'): void | off(type: 'deleteRight', call… 24 | off('sendKeyboardStatus') | off(type: 'sendKeyboardStatus'): void | off(type: 'sendKeyboardStatus… 25 | off('sendFunctionKey') | off(type: 'sendFunctionKey'): void | off(type: 'sendFunctionKey', … 26 | off('moveCursor') | off(type: 'moveCursor'): void | off(type: 'moveCursor', callb… 27 | off('handleExtendAction') | off(type: 'handleExtendAction'): void | off(type: 'handleExtendAction… 28 | off('selectByRange') | off(type: 'selectByRange'): void | off(type: 'selectByRange', ca… [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/ |
H A D | @ohos.multimedia.camera.d.ts | 4291 off(type: 'error', callback?: ErrorCallback): void; 4585 off(type: 'error', callback?: ErrorCallback): void; 4813 off(type: 'error', callback?: ErrorCallback): void; 5285 off(type: 'error', callback?: ErrorCallback): void; 5388 off(type: 'error', callback?: ErrorCallback): void; 5558 off(type: 'error', callback?: ErrorCallback): void; 5744 off(type: 'error', callback?: ErrorCallback): void; 5922 off(type: 'error', callback?: ErrorCallback): void; 6155 off(type: 'error', callback?: ErrorCallback): void; 6286 off(type: 'error', callback?: ErrorCallback): void; [all …]
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_uri.c | 157 off++; in EncodeComp() 163 off += keyLen; in EncodeComp() 172 off++; in EncodeComp() 180 off++; in EncodeComp() 182 off++; in EncodeComp() 184 off++; in EncodeComp() 191 *offset = off; in EncodeComp() 230 *offset = off; in EncodePathComp() 248 off++; in EncodeQueryComp() 271 *offset = off; in EncodeQueryComp() [all …]
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.11.5/ |
H A D | changelogs-distributeddatamgr.md | 41 ## cl.distributeddatamgr.2 data.DistributedObject.off参数变更 49 共有2个off函数的参数发生变更 55 off( 66 off( 115 ## cl.distributeddatamgr.4 data.DataObject.off参数变更 123 共有2个off函数的参数发生变更 129 off( 140 off( 180 ## cl.distributeddatamgr.6 data.preferences.off参数变更 192 off(type: 'change', callback?: Callback<{ key : string }>): void [all …]
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/ |
H A D | changelog-dmsfwk.md | 3 ## cl.DistributedManagerService.1 continuationManager事件监听接口on/off变更 5 - continuationManager事件监听接口on/off传入的参数事件类型名,命名不符合OpenHarmony的API接口规范。 22 continuationManager.off; 28 function off(type: "deviceConnect", token: number): void; 30 function off(type: "deviceDisconnect", token: number): void; 37 function off(type: "deviceSelected", token: number): void; 39 function off(type: "deviceUnselected", token: number): void; 63 continuationManager.off 设备选择事件 68 continuationManager.off("deviceSelected", token); 93 continuationManager.off 设备取消选择事件 [all …]
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bitmap_manager.cpp | 490 if (off != IPV4_BIT_COUNT) { in GetIp4AndMask() 493 off = Rfind(startIpInt, mask, off, 0); in GetIp4AndMask() 494 while (off != IPV4_BIT_COUNT && off != mask) { in GetIp4AndMask() 497 off = Rfind(startIpInt, mask, off - 1, 0); in GetIp4AndMask() 507 off = Find(endIpInt, off + 1, 1); in GetIp4AndMask() 511 off = Find(endIpInt, off + 1, 1); in GetIp4AndMask() 662 off = RfindIp6(addr6Start, prefixlen, off, 0); in GetIp6AndMask() 663 while (off != IPV6_BIT_COUNT && off != prefixlen) { in GetIp6AndMask() 666 off = RfindIp6(addr6Start, prefixlen, off - 1, 0); in GetIp6AndMask() 679 off = FindIp6(addr6End, off + 1, 1); in GetIp6AndMask() [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 7 |删除|类名:InputMethodController;<br>方法or属性:off(type: 'selectByRange'): void;|NA|@ohos.inputMethod.d.ts| 8 |删除|类名:InputMethodController;<br>方法or属性:off(type: 'selectByMovement'): void;|NA|@ohos.inputMethod.d… 9 |删除|类名:InputMethodController;<br>方法or属性:off(type: 'insertText'): void;|NA|@ohos.inputMethod.d.ts| 10 |删除|类名:InputMethodController;<br>方法or属性:off(type: 'deleteLeft' \| 'deleteRight'): void;|NA|@ohos.in… 11 |删除|类名:InputMethodController;<br>方法or属性:off(type: 'sendKeyboardStatus'): void;|NA|@ohos.inputMethod… 12 |删除|类名:InputMethodController;<br>方法or属性:off(type: 'sendFunctionKey'): void;|NA|@ohos.inputMethod.d.… 13 |删除|类名:InputMethodController;<br>方法or属性:off(type: 'moveCursor'): void;|NA|@ohos.inputMethod.d.ts| 14 |删除|类名:InputMethodController;<br>方法or属性:off(type: 'handleExtendAction'): void;|NA|@ohos.inputMethod… 25 |新增|NA|类名:InputMethodController;<br>方法or属性:off(type: 'selectByRange', callback?: Callback\<Range>):… 58 |函数有变化|类名:Panel;<br>方法or属性:off(type: 'show' \| 'hide', callback?: () => void): void;|类名:Panel;<br>方… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-multimedia.md | 165 ## cl.multimedia.5 ProfessionalPhotoSession.on/off 函数事件名称变更 180 off(type: 'isoInfo', callback?: AsyncCallback\<IsoInfo>): void 182 off(type: 'exposureInfo', callback?: AsyncCallback\<ExposureInfo>): void 184 off(type: 'apertureInfo', callback?: AsyncCallback\<ApertureInfo>): void 186 off(type: 'luminationInfo', callback?: AsyncCallback\<LuminationInfo>): void 202 | off(type: 'isoInfo', callback?: AsyncCallback\<IsoInfo>): void | type: 'isoInfo' | type: 'isoInfo… 214 ## cl.multimedia.6 ProfessionalVideoSession.on/off 函数事件名称变更 229 off(type: 'isoInfo', callback?: AsyncCallback\<IsoInfo>): void 231 off(type: 'exposureInfo', callback?: AsyncCallback\<ExposureInfo>): void 233 off(type: 'apertureInfo', callback?: AsyncCallback\<ApertureInfo>): void [all …]
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/ |
H A D | @ohos.net.socket.d.ts | 733 off(type: 'error', callback?: ErrorCallback): void; 1448 off(type: 'connect' | 'close', callback?: Callback<void>): void; 1482 off(type: 'error', callback?: ErrorCallback): void; 1749 off(type: 'connect' | 'close', callback?: Callback<void>): void; 1787 off(type: 'error', callback?: ErrorCallback): void; 2591 off(type: 'close', callback?: Callback<void>): void; 2611 off(type: 'error', callback?: ErrorCallback): void; 2750 off(type: 'error', callback?: ErrorCallback): void; 2957 off(type: 'close', callback?: Callback<void>): void; 2977 off(type: 'error', callback?: ErrorCallback): void; [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.11.5/ |
H A D | changelogs-distributeddatamgr.md | 49 Changed the parameters of two **off()** methods. 55 off( 66 off( 115 ## cl.distributeddatamgr.4 Change of Parameters in data.DataObject.off 123 Changed the parameters of two **off()** methods. 129 off( 140 off( 180 ## cl.distributeddatamgr.6 Change of Parameters in data.preferences.off 192 off(type: 'change', callback?: Callback<{ key : string }>): void 198 off(type: 'multiProcessChange', callback?: ( key : string ) => void): void [all …]
|
/ohos5.0/docs/zh-cn/application-dev/device/input/ |
H A D | inputmonitor-guidelines.md | 26 | off(type: 'mouse', receiver: Callback<MouseEvent>): void |取消监听鼠标事件。 | 27 | off(type: 'touch', receiver: TouchEventReceiver): void | 取消监听触屏事件。 | 28 | off(type: 'pinch', receiver: TouchEventReceiver): void | 取消监听捏合事件。 | 29 | off(type: 'threeFingersSwipe', receiver: Callback<ThreeFingersSwipe>): void | 取消监听三指上划事件。 | 30 | off(type: 'threeFingersTap', receiver: Callback<ThreeFingersSwipe>): void | 取消监听三指清点事件。 | 31 | off(type: 'fourFingersSwipe', receiver: Callback<FourFingersSwipe>): void | 取消监听四指滑动事件。 | 32 | off(type: 'rotate', fingers: number, receiver: Callback<Rotate>): void | 取消监听旋转事件。 | 36 …pis-input-kit/js-apis-inputmonitor-sys.md#inputmonitoronmouse9)监听鼠标按键事件,调用[off](../../reference/ap… 60 inputMonitor.off('mouse', callback);//关闭监听鼠标事件 61 console.log(`Monitor off success`); [all …]
|
/ohos5.0/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/ |
H A D | net_datashare_utils_test.cpp | 73 std::string off = "0"; variable 74 ret = netDataShareHelperUtils_->Insert(wifiUri, KEY_SHARING_WIFI, off); 81 ret = netDataShareHelperUtils_->Insert(usbUri, KEY_SHARING_USB, off); 88 ret = netDataShareHelperUtils_->Insert(bluetoothUri, KEY_SHARING_BLUETOOTH, off); 106 std::string off = "0"; variable 107 ret = netDataShareHelperUtils_->Insert(wifiUri, KEY_SHARING_WIFI, off); 114 ret = netDataShareHelperUtils_->Insert(usbUri, KEY_SHARING_USB, off); 121 ret = netDataShareHelperUtils_->Insert(bluetoothUri, KEY_SHARING_BLUETOOTH, off); 138 std::string off = "0"; variable 139 ret = netDataShareHelperUtils_->Update(wifiUri, KEY_SHARING_WIFI, off); [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-multimedia.md | 9 …r>方法 or 属性:function off(type: 'sessionServiceDie', callback?: () => void): void;<br>访问级别:公开API|类名:… 17 …类名:AVSession<br>方法 or 属性:off(type: 'seek', callback?: (time: number) => void): void;<br>访问级别:公开API… 18 …:AVSession<br>方法 or 属性:off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>访问级别:公开… 19 …VSession<br>方法 or 属性:off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>访问级别:… 20 …ession<br>方法 or 属性:off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;<br>访问级… 25 …nController<br>方法 or 属性:off(type: 'sessionDestroy', callback?: () => void);<br>访问级别:公开API|类名:AVSes… 195 …br>方法 or 属性:function off(type: 'sessionServiceDie', callback?: () => void): void;<br>起始版本:N/A|类名:a… 203 …|类名:AVSession<br>方法 or 属性:off(type: 'seek', callback?: (time: number) => void): void;<br>起始版本:N/A|… 204 …名:AVSession<br>方法 or 属性:off(type: 'setSpeed', callback?: (speed: number) => void): void;<br>起始版本:N… 205 …AVSession<br>方法 or 属性:off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;<br>起始版本… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | changelogs-multimedia.md | 23 audioRenderer.off入参个数不匹配返回错误码6800101、入参类型不匹配返回6800104 27 audioRenderer.off入参个数不匹配返回错误码401、入参类型不匹配返回6800101 31 audioCapturer.off入参个数不匹配返回错误码6800101、入参类型不匹配返回6800104 35 audioCapturer.off入参个数不匹配返回错误码401、入参类型不匹配返回6800101 47 AudioRenderer.off接口 49 AudioCapturer.off接口
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | js-apis-inputmonitor-sys.md | 168 ## inputMonitor.off('touch') 205 inputMonitor.off('touch', callback); 206 console.log(`Monitor off success`); 221 inputMonitor.off('touch'); 222 console.log(`Monitor off success`); 266 console.log(`Monitor off success`); 281 inputMonitor.off('mouse'); 282 console.log(`Monitor off success`); 423 inputMonitor.off('pinch'); 735 inputMonitor.off('rotate', 2); [all …]
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 7 |Deleted|Class name: InputMethodController;<br>Method or attribute name: off(type: 'selectByRange')… 8 |Deleted|Class name: InputMethodController;<br>Method or attribute name: off(type: 'selectByMovemen… 9 |Deleted|Class name: InputMethodController;<br>Method or attribute name: off(type: 'insertText'): v… 10 |Deleted|Class name: InputMethodController;<br>Method or attribute name: off(type: 'deleteLeft' \| … 11 |Deleted|Class name: InputMethodController;<br>Method or attribute name: off(type: 'sendKeyboardSta… 12 |Deleted|Class name: InputMethodController;<br>Method or attribute name: off(type: 'sendFunctionKey… 13 |Deleted|Class name: InputMethodController;<br>Method or attribute name: off(type: 'moveCursor'): v… 14 |Deleted|Class name: InputMethodController;<br>Method or attribute name: off(type: 'handleExtendAct… 25 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'selectByRange'… 58 …od or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|Class name: Panel;… [all …]
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | FAQ.md | 14 ## `Signed-off-by`相关操作<a name="section-signed-off"></a> 31 2. 该PR提交是否包含 Signed-off-by信息。 51 2. Commits 中未包含 Signed-off-by信息,例如提示: 54 当前检测到如下commit未包含Signed-off-by信息: 63 参考`Signed-off-by`相关操作,添加Signed-off-by信息。格式为:Signed-off-by: user.name <user.email>。
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.3/ |
H A D | changelog-dmsfwk.md | 22 continuationManager.off; 28 function off(type: "deviceConnect", token: number): void; 30 function off(type: "deviceDisconnect", token: number): void; 37 function off(type: "deviceSelected", token: number): void; 39 function off(type: "deviceUnselected", token: number): void; 64 Device selection event of **continuationManager.off**: 69 continuationManager.off("deviceSelected", token); 71 console.error('off failed, cause: ' + JSON.stringify(err)); 94 Device deselection event of **continuationManager.off**: 99 continuationManager.off("deviceUnselected", token); [all …]
|
/ohos5.0/base/telephony/state_registry/interfaces/kits/js/ |
H A D | @ohos.telephony.observer.d.ts | 190 function off(type: 'networkStateChange', callback?: Callback<NetworkState>): void; 258 function off(type: 'signalInfoChange', callback?: Callback<Array<SignalInformation>>): void; 340 function off(type: 'cellInfoChange', callback?: Callback<Array<CellInformation>>): void; 447 …function off(type: 'cellularDataConnectionStateChange', callback?: Callback<DataConnectionStateInf… 515 function off(type: 'cellularDataFlowChange', callback?: Callback<DataFlowType>): void; 611 function off(type: 'callStateChange', callback?: Callback<CallStateInfo>): void; 676 function off(type: 'simStateChange', callback?: Callback<SimStateData>): void; 711 function off(type: 'iccAccountInfoChange', callback?: Callback<void>): void;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-misc_api-9-canary.md | 10 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 11 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 12 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 13 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 14 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 15 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 16 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 17 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 18 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… 19 | ohos.screenLock | screenLock | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'endS… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-misc.md | 10 | ohos.screenLock | off_changeUser | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| '… 11 | ohos.screenLock | off_endSleep | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'en… 12 | ohos.screenLock | off_beginSleep | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| '… 13 | ohos.screenLock | off_screenlockEnabled | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenO… 15 | ohos.screenLock | off_unlockScreen | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \|… 16 | ohos.screenLock | off_endScreenOff | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \|… 17 | ohos.screenLock | off_beginScreenOff | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' … 18 | ohos.screenLock | off_endScreenOn | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| … 19 | ohos.screenLock | off_beginScreenOn | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \… 20 | ohos.screenLock | off_endWakeUp | off(type: 'beginWakeUp' \| 'endWakeUp' \| 'beginScreenOn' \| 'e… [all …]
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | power-shell.md | 4 …e power status of a device. It provides basic capabilities such as turning off the screen, waking … 18 | suspend | Suspends the system and turns off the screen.| 19 | timeout | Overwrites or restores the automatic screen-off time in system settings.| 91 | power-shell suspend | Turns off the screen.| 97 # Run the shell command to turn off the screen. 110 | -o \<time\> | Sets the automatic screen-off time. This parameter is mandatory. in milliseconds.| 111 | -r | Restores the automatic screen-off time in the current system settings. This parameter is man… 116 # The automatic screen-off time is set to 30s in the current system settings. 117 # Run the shell command to set the automatic screen-off time to 15000 ms. 119 # Restore the automatic screen-off time set by the system, which is 30s.
|
/ohos5.0/foundation/distributedhardware/device_manager/display/ |
H A D | @ohos.distributedDeviceManager.d.ts | 414 …off(type: 'deviceStateChange', callback?: Callback<{ action: DeviceStateChange, device: DeviceBasi… 450 off(type: 'discoverSuccess', callback?: Callback<{ device: DeviceBasicInfo }>): void; 484 off(type: 'deviceNameChange', callback?: Callback<{ deviceName: string }>): void; 520 off(type: 'discoverFailure', callback?: Callback<{ reason: number }>): void; 554 off(type: 'serviceDie', callback?: Callback<{}>): void; 590 off(type: 'replyResult', callback?: Callback<{ param: string }>): void;
|
/ohos5.0/docs/en/application-dev/device/input/ |
H A D | inputmonitor-guidelines.md | 26 | off(type: 'mouse', receiver: Callback<MouseEvent>): void |Cancels listening for mouse events.| 27 | off(type: 'touch', receiver: TouchEventReceiver): void | Cancels listening for touchscreen events… 28 | off(type: 'pinch', receiver: TouchEventReceiver): void | Cancels listening for pinch events.| 29 | off(type: 'threeFingersSwipe', receiver: Callback<ThreeFingersSwipe>): void | Cancels listening f… 30 | off(type: 'threeFingersTap', receiver: Callback<ThreeFingersSwipe>): void | Cancels listening for… 31 | off(type: 'fourFingersSwipe', receiver: Callback<FourFingersSwipe>): void | Cancels listening for… 32 | off(type: 'rotate', fingers: number, receiver: Callback<Rotate>): void | Cancels listening for ro… 36 …monitoronmouse9), and cancel listening for mouse button events by calling [off](../../reference/ap… 60 inputMonitor.off('mouse', callback);// Cancel listening for mouse events. 61 console.log(`Monitor off success`); [all …]
|