Lines Matching refs:volume
3 …for volume and disk management, including obtaining volume information, mounting or unmounting a v…
30 …| Promise<[Volume](#volume)[]> | Promise used to return information about all available volu…
49 // Do something with the volume array.
69 …| callback | AsyncCallback<[Volume](#volume)[]> | Yes | Callback used to return information…
96 Mounts a volume. This API uses a promise to return the result. Currently, only the File Allocation …
126 | 13600005 | Incorrect volume state. |
146 Mounts a volume. This API uses an asynchronous callback to return the result. Currently, only the F…
171 | 13600005 | Incorrect volume state. |
189 Unmounts a volume. This API uses a promise to return the result.
219 | 13600005 | Incorrect volume state. |
239 Unmounts a volume. This API uses an asynchronous callback to return the result.
264 | 13600005 | Incorrect volume state. |
282 Obtains information about a volume based on the universally unique identifier (UUID). This API uses…
292 | uuid | string | Yes | UUID of the volume.|
298 | Promise<[Volume](#volume)> | Promise used to return the volume information obtained.|
318 volumemanager.getVolumeByUuid(uuid).then((volume: volumemanager.Volume) => {
319 console.info("getVolumeByUuid successfully:" + JSON.stringify(volume));
329 Obtains information about a volume based on the UUID. This API uses an asynchronous callback to ret…
339 …| uuid | string | Yes | UUID of the volume. …
340 …| callback | AsyncCallback<[Volume](#volume)> | Yes | Callback used to return the volume i…
360 volumemanager.getVolumeByUuid(uuid, (error: BusinessError, volume: volumemanager.Volume) => {
369 Obtains information about a volume based on the volume ID. This API uses a promise to return the re…
385 …| Promise<[Volume](#volume)> | Promise used to return the information about all available vo…
405 volumemanager.getVolumeById(volumeId).then((volume: volumemanager.Volume) => {
406 console.info("getVolumeById successfully:" + JSON.stringify(volume));
416 Obtains information about a volume based on the volume ID. This API uses an asynchronous callback t…
427 …| callback | AsyncCallback<[Volume](#volume)> | Yes | Callback used to return the volume in…
447 volumemanager.getVolumeById(volumeId, (error: BusinessError, volume: volumemanager.Volume) => {
456 Sets volume description. This API uses a promise to return the result.
466 | uuid | string | Yes | UUID of the volume.|
486 | 13600005 | Incorrect volume state. |
507 Sets volume description. This API uses an asynchronous callback to return the result.
517 | uuid | string | Yes | UUID of the volume. |
532 | 13600005 | Incorrect volume state. |
551 …volume. This API uses a promise to return the result. Currently, only the virtual file allocation …
581 | 13600005 | Incorrect volume state. |
602 …volume. This API uses an asynchronous callback to return the result. Currently, only the VFAT and …
627 | 13600005 | Incorrect volume state. |
741 …he secondary device IDs identify different devices of the same type. The volume IDs vary depending…
742 …niquely identifies a volume irrespective of the card insertion sequence. However, the UUID of a vo…
743 …volume belongs. A disk can have one or more volumes. The disk ID is in the disk-{Primary device ID…
744 | description | string | Yes| No| Description of the volume. |
745 | removable | boolean | Yes| No| Whether the volume can be removed. Currently, only removable sto…
746 …us.<br>**0**: The volume is unmounted.<br> **1**: The volume is being checked.<br> **2**: The volu…
747 | path | string | Yes| No| Path of the volume mounted. Generally, the path is **/mnt/data/e…