/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.11.5/ |
H A D | changelogs-distributeddatamgr.md | 20 callback: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }> 31 callback: (sessionId: string, networkId: string, status: 'online' | 'offline' ) => void 57 callback?: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }> 68 callback?: (sessionId: string, networkId: string, status: 'online' | 'offline' ) => void 94 callback: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }> 105 callback: (sessionId: string, networkId: string, status: 'online' | 'offline' ) => void 131 callback?: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }> 142 callback?: (sessionId: string, networkId: string, status: 'online' | 'offline' ) => void
|
/ohos5.0/foundation/multimedia/media_lite/services/ |
H A D | cameradev_imx307.ini | 21 …3"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss … 24 …0"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss …
|
H A D | cameradev_jxf23.ini | 21 …3"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss … 24 …0"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss …
|
H A D | cameradev_imx335.ini | 21 …2"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss … 24 …0"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss …
|
H A D | cameradev_imx335_4M.ini | 21 …2"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss … 24 …0"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss …
|
H A D | cameradev_imx335_5M.ini | 21 …2"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss … 24 …0"; 0:vi offline,vpss offline, 1:vi offline,vpss online,2:vi online,vpss offline,3:vi online,vpss …
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.11.5/ |
H A D | changelogs-distributeddatamgr.md | 20 callback: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }> 31 callback: (sessionId: string, networkId: string, status: 'online' | 'offline' ) => void 57 callback?: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }> 68 callback?: (sessionId: string, networkId: string, status: 'online' | 'offline' ) => void 94 callback: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }> 105 callback: (sessionId: string, networkId: string, status: 'online' | 'offline' ) => void 131 callback?: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }> 142 callback?: (sessionId: string, networkId: string, status: 'online' | 'offline' ) => void
|
/ohos5.0/foundation/distributeddatamgr/data_object/ |
H A D | README_zh.md | 65 …online' \| 'offline' }>): void | 监听数据对象上下线的变更<br/>type固定为'status'<br/>callback是变更时触发的回调,回调参数sessio… 66 | off(type: 'status', callback?: Callback<{ sessionId: string, deviceId: string, status: 'online' \…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.8.3/ |
H A D | changelogs-arkui.md | 5 Disabled online images for JS widgets in the **\<FormComponent>**. 9 …ts in the **\<FormComponent>** cannot load or display online images. You are advised to save onlin…
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-common-builderr.md | 108 1. Run the **apt-get install gcc** command to install **gcc** online. 128 1. Run the **apt-get install make** command to install make online. 148 1. Run the **apt-get install libffi* -y** command to install libffi and libffi-devel online. 168 Method 1: Run the **pip3 install Crypto** command to install **Crypto** online. 197 Method 1: Run the **pip3 install ecdsa** command to install **ecdsa** online. 226 Method 1: Run the **pip3 install six** command to install **six** online.
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-pdf-preview.md | 3 …ed on the source of PDF files, there are three common scenarios: loading online PDF files, loading… 5 When preview and load an online PDF file, declare the network access permission in the **module.jso… 16 In the following example, the online PDF file **www.example.com/test.pdf** is specified to be loade… 31 …//www.example.com/test.pdf", // Method 1: Load online PDF Files. 52 - To preview and load an online PDF file:
|
/ohos5.0/docs/en/application-dev/distributedservice/ |
H A D | devicemanager-guidelines.md | 21 …Listen for online/offline status of nearby devices. If a device goes online, the device is trusted… 205 Obtain information about all the online and trusted devices. 221 4. Obtain information about all the online and trusted devices. 236 You can listen for the device online/offline status. The service will be notified when a device goe… 242 Listens for device online/offline status. For details, see [on('deviceStateChange')](../reference/a…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-distributedobject.md | 365 on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' )… 376 …例。<br>sessionId:标识变更对象的sessionId; <br>networkId:标识对象设备; <br>status:标识对象为'online'(上线)或'offline'(下线)… 389 g_object.on("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => { 396 off(type: 'status', callback?:(sessionId: string, networkId: string, status: 'online' \| 'offline')… 407 …调。<br>sessionId:标识变更对象的sessionId; <br>networkId:标识变更对象; <br>status:标识对象为'online'(上线)或'offline'(下线)… 421 g_object.off("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => { 994 on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' | 'offline' ) … 1009 …例。<br>sessionId:标识变更对象的sessionId; <br>networkId:标识对象设备; <br>status:标识对象为'online'(上线)或'offline'(下线)… 1029 g_object.on("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => { 1036 off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' | 'offline' … [all …]
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/drivers/external_device_manager/system/ |
H A D | appspawn.te | 25 # avc: denied { getattr } for pid=246 comm="appspawn" path="/sys/devices/system/cpu/online" dev=… 26 # avc: denied { open } for pid=246 comm="appspawn" path="/sys/devices/system/cpu/online" dev="sy… 27 # avc: denied { read } for pid=246 comm="appspawn" name="online" dev="sysfs" ino=4917 scontext=u…
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | dev-user-file-manager.md | 165 You can use **notify()** to observe not only the changes of directories, but also the device online… 198 4. Subscribe to the device online/offline status. 200 …sys.md#constant) to the **registerObserver** method to listen for the device online/offline status. 206 // Listen for the device online/offline status. 215 5. Unsubscribe from the device online/offline status. 217 …onstant) to the **unregisterObserver** method to unsubscribe from the device online/offline status. 222 // Unsubscribe from the device online/offline status.
|
/ohos5.0/docs/en/device-dev/faqs/ |
H A D | faqs-environment-setup.md | 109 1. Run the **apt-get install gcc** command to install GCC online. 130 1. Run the **apt-get install make** command to install make online. 151 1. Install zlib online or offline. 155 Run the **apt-get install zlib** command to install zlib online. 195 1. Run the **apt-get install libffi\* -y** command to install libffi and libffi-devel online.
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-graphics-display.md | 4 …ed to display images in your application, for example, icons in buttons, online images, and local … 14 This API obtains a local or online image from the data source specified by **src**. For details abo… 24 Data sources of the archived type can be classified into local resources, online resources, **Resou… 39 …online images, first apply for the **ohos.permission.INTERNET** permission. For details, see [Decl… 41 Currently, the **Image** component supports only simple online images. 43 …If an online image has been loaded before, the **Image** component can obtain it from the cache, i… 144 …-overview.md). In the following example, the data returned by the loaded online image is decoded i… 154 Request an online image and implement transcoding to generate a pixel map. 162 2. Enter the online image address. 175 3. Transcode the data returned by the online image address to a pixel map.
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | arkts-ui-widget-image-update.md | 4 …online images downloaded from the network. To obtain local and online images, use the FormExtensio… 7 1. For the widget to download online images, declare the **ohos.permission.INTERNET** permission fo… 53 3. Update online files in the **onFormEvent** lifecycle callback of the EntryFormAbility.
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/ |
H A D | README.md | 29 …rage and communication components. It maintains data consistency between online devices by synchro… 33 …nnels, receive device online and offline messages, maintain metadata of the connected and disconne… 90 …supports only ultimate consistency because mobile devices are not always online and there is no ce… 94 …ttom-layer communication component notifies the DDS that the device goes online. After receiving t… 96 …ronization, the distributed database synchronizes data \(when devices go online or data is modifie…
|
/ohos5.0/foundation/communication/dsoftbus/ |
H A D | hisysevent.yaml | 138 ONLINE_NUM: { type: INT32, desc: current online device num } 140 ONLINE_TYPE: { type: INT32, desc: online type } 175 ONLINE_NUM: {type: INT32, desc: current online device num } 477 ONLINE_DEVICE_NUM: {type: UINT32, desc: online device count} 496 TOTAL_TIME: {type: UINT64, desc: device online total time} 497 TOTAL_COUNT: {type: UINT32, desc: device online total count} 498 COUNT1: {type: UINT32, desc: the times above 10s of online} 499 COUNT2: {type: UINT32, desc: the times above 30s of online} 500 COUNT3: {type: UINT32, desc: the times above 5min of online} 501 COUNT4: {type: UINT32, desc: the times above 10min of online} [all …]
|
/ohos5.0/docs/en/application-dev/media/drm/ |
H A D | drm-overview.md | 12 - Online/Offline media key authorization: supports online media key requests and settings, and offl… 41 …e a device DRM certificate or the certificate is abnormal, it starts the online certificate downlo… 43 …e media key request from the server and sets it on the device. There are online and offline media …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-common-customizing-font.md | 28 **src**: source of the custom font, which can be a font file in the project or an online font file. 32 - Online font file: Specify the address of the online font through **url**.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-distributedobject.md | 366 on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' )… 376 … Event type. The value is **status**, which indicates the status change (online or offline) of the… 390 g_object.on("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => { 397 off(type: 'status', callback?:(sessionId: string, networkId: string, status: 'online' \| 'offline')… 407 … Event type. The value is **status**, which indicates the status change (online or offline) of the… 422 g_object.off("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => { 995 on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' | 'offline' ) … 1009 … Event type. The value is **status**, which indicates the status change (online or offline) of the… 1030 g_object.on("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => { 1037 off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' | 'offline' … [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-distributed-data.md | 5 … callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }><b… 6 … callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }><b… 9 … callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }><b… 10 … callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }><b… 75 …,<br><br> callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) =>… 76 …,<br><br> callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) =>… 79 …<br><br> callback?: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) =>… 80 …<br><br> callback?: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) =>…
|
/ohos5.0/foundation/distributeddatamgr/data_object/samples/distributedNotepad/ |
H A D | ReadMe.md | 133 …// callback是变更时触发的回调,其回调参数sessionId标识变更对象的sessionId,networkId标识对象设备的networkId,status标识对象为'online'(… 175 if (status == "online") {
|