Lines Matching refs:volume

11 … an insertion event over netlink and creates a disk device and volume. The created volume is in th…
13 - Then, the StorageDaemon process checks the volume. The volume transits to the **CHECKING** state.
14 …uccessful, the StorageDaemon process mounts the volume. If the mount operation is successful, the
15 - If the check fails, the volume state changes to **UNMOUNTED**.
17 - For a volume in the **MOUNTED** state:
18volume state changes to **EJECTING** and COMMON_EVENT_VOLUME_EJECT is broadcast. After StorageDaem…
19volume state changes to **EJECTING** and then to **UNMOUNTED**, and the broadcasts of the correspo…
31 …l.event.data.VOLUME_REMOVED | **id**: ID of the volume.<br>**diskId**: ID of the disk to which the…
32 …ED | **id**: ID of the volume.<br>**diskId**: ID of the disk to which the volume belongs.<br>**vol…
33volume.<br>**diskId**: ID of the disk to which the volume belongs.<br>**volumeState**: state of th…
34 …ent.data.VOLUME_BAD_REMOVAL | **id**: ID of the volume.<br>**diskId**: ID of the disk to which the…
35 …CT | **id**: ID of the volume.<br>**diskId**: ID of the disk to which the volume belongs.<br>**vol…
39 …al of external storage devices, and query or manage volumes based on the volume information obtain…
42 …ion.STORAGE_MANAGER permission if your application needs to subscribe to volume broadcast events. …
48 - "usual.event.data.VOLUME_UNMOUNTED": The volume is unmounted.
49 - "usual.event.data.VOLUME_MOUNTED": The volume is mounted.
73 3. Obtain volume information from the broadcast.
81 // Manage the volume device based on the information obtained from the broadcast.
87 … console.info('volumeManager getVolumeById successfully, the volume state is ' + vol.state);