/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | volume_manager.cpp | 42 std::shared_ptr<VolumeInfo> VolumeManager::GetVolume(const std::string volId) in GetVolume() 53 std::string volId = StringPrintf("vol-%u-%u", major(device), minor(device)); in CreateVolume() local 80 int32_t VolumeManager::DestroyVolume(const std::string volId) in DestroyVolume() 100 int32_t VolumeManager::Check(const std::string volId) in Check() 116 int32_t VolumeManager::Mount(const std::string volId, uint32_t flags) in Mount() 138 int32_t VolumeManager::UMount(const std::string volId) in UMount() 154 int32_t VolumeManager::Format(const std::string volId, const std::string fsType) in Format() 171 int32_t VolumeManager::SetVolumeDescription(const std::string volId, const std::string description) in SetVolumeDescription()
|
H A D | volume_info.cpp | 30 int32_t VolumeInfo::Create(const std::string volId, const std::string diskId, dev_t device) in Create()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
H A D | volume_info_test.cpp | 48 std::string volId = "vol-1-1"; variable 76 std::string volId = "vol-1-3"; variable 101 std::string volId = "vol-1-4"; variable 126 std::string volId = "vol-1-5"; variable 183 std::string volId = "vol-1-6"; variable 214 std::string volId = "vol-1-7"; variable 245 std::string volId = "vol-1-8"; variable 301 std::string volId = "vol-1-9"; variable 337 std::string volId = "vol-1-10"; variable 371 std::string volId = "vol-1-11"; variable [all …]
|
H A D | volume_manager_test.cpp | 135 std::string volId = volumeManager->CreateVolume(diskId, device); variable 155 std::string volId = "vol-2-1"; variable 177 std::string volId = volumeManager->CreateVolume(diskId, device); variable 199 std::string volId = "vol-2-2"; variable 221 std::string volId = volumeManager->CreateVolume(diskId, device); variable 244 std::string volId = "vol-2-3"; variable 267 std::string volId = volumeManager->CreateVolume(diskId, device); variable 291 std::string volId = "vol-2-4"; variable 317 std::string volId = volumeManager->CreateVolume(diskId, device); variable 340 std::string volId = "vol-2-5"; variable [all …]
|
H A D | external_volume_info_test.cpp | 48 std::string volId = "vol-156-301"; variable 69 std::string volId = "vol-156-401"; variable 141 std::string volId = "vol-156-601"; variable 164 std::string volId = "vol-156-701"; variable 188 std::string volId = "vol-156-702"; variable 212 std::string volId = "vol-156-703"; variable 236 std::string volId = "vol-156-801"; variable
|
H A D | process_test.cpp | 48 std::string volId = "vol-1-1"; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_proxy_test.cpp | 201 string volId = "vol-0-1"; variable 225 string volId = "vol-0-2"; variable 248 string volId = "vol-0-3"; variable 271 string volId = "vol-0-4"; variable 319 string volId = "vol-0-1"; variable
|
H A D | storage_daemon_test.cpp | 352 std::string volId = "vol-1-1"; variable 371 std::string volId = "vol-1-2"; variable 389 std::string volId = "vol-1-3"; variable 407 std::string volId = "vol-1-4"; variable 445 std::string volId = "vol-1-5"; variable
|
H A D | storage_daemon_service_mock.h | 42 virtual int32_t Mount(const std::string &volId, uint32_t flags) override in Mount() 47 virtual int32_t UMount(const std::string &volId) override in UMount() 52 virtual int32_t Check(const std::string &volId) override in Check() 57 virtual int32_t Format(const std::string &volId, const std::string &fsType) override in Format() 67 …virtual int32_t SetVolumeDescription(const std::string &volId, const std::string &description) ove… in SetVolumeDescription()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_daemon_proxy_mock.cpp | 29 int32_t StorageDaemonProxy::Mount(const std::string &volId, uint32_t flags) in Mount() 34 int32_t StorageDaemonProxy::UMount(const std::string &volId) in UMount() 39 int32_t StorageDaemonProxy::Check(const std::string &volId) in Check() 44 int32_t StorageDaemonProxy::Format(const std::string &volId, const std::string &fsType) in Format() 59 int32_t StorageDaemonProxy::SetVolumeDescription(const std::string &volId, const std::string &descr… in SetVolumeDescription()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_manager_client.cpp | 118 int32_t StorageManagerClient::NotifyVolumeStateChanged(std::string volId, StorageManager::VolumeSta… in NotifyVolumeStateChanged()
|
H A D | storage_daemon_stub.cpp | 255 std::string volId = data.ReadString(); in HandleMount() local 268 std::string volId = data.ReadString(); in HandleUMount() local 280 std::string volId = data.ReadString(); in HandleCheck() local 292 std::string volId = data.ReadString(); in HandleFormat() local 305 std::string volId = data.ReadString(); in HandlePartition() local 318 std::string volId = data.ReadString(); in HandleSetVolDesc() local
|
H A D | storage_daemon_proxy.cpp | 39 int32_t StorageDaemonProxy::Mount(const std::string &volId, uint32_t flags) in Mount() 64 int32_t StorageDaemonProxy::UMount(const std::string &volId) in UMount() 85 int32_t StorageDaemonProxy::Check(const std::string &volId) in Check() 106 int32_t StorageDaemonProxy::Format(const std::string &volId, const std::string &fsType) in Format() 156 int32_t StorageDaemonProxy::SetVolumeDescription(const std::string &volId, const std::string &descr… in SetVolumeDescription()
|
H A D | storage_daemon.cpp | 85 int32_t StorageDaemon::Mount(const std::string &volId, uint32_t flags) in Mount() 100 int32_t StorageDaemon::UMount(const std::string &volId) in UMount() 115 int32_t StorageDaemon::Check(const std::string &volId) in Check() 125 int32_t StorageDaemon::Format(const std::string &volId, const std::string &fsType) in Format() 155 int32_t StorageDaemon::SetVolumeDescription(const std::string &volId, const std::string &descriptio… in SetVolumeDescription()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/test/ |
H A D | storage_daemon_client_test.cpp | 111 std::string volId = "vol-1-1"; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 709 std::string volId = data.ReadString(); in HandleGetVolumeById() local 742 std::string volId = data.ReadString(); in HandleFormat() local 757 std::string volId = data.ReadString(); in HandleGetDiskById() local
|