/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
H A D | process_test.cpp | 48 std::string volId = "vol-1-1";
in HWTEST_F() local
|
H A D | volume_info_test.cpp | 48 std::string volId = "vol-1-1"; in HWTEST_F() local 76 std::string volId = "vol-1-3"; in HWTEST_F() local 101 std::string volId = "vol-1-4"; in HWTEST_F() local 126 std::string volId = "vol-1-5"; in HWTEST_F() local 183 std::string volId = "vol-1-6"; HWTEST_F() local 214 std::string volId = "vol-1-7"; HWTEST_F() local 245 std::string volId = "vol-1-8"; HWTEST_F() local 301 std::string volId = "vol-1-9"; HWTEST_F() local 337 std::string volId = "vol-1-10"; HWTEST_F() local 371 std::string volId = "vol-1-11"; HWTEST_F() local 427 std::string volId = "vol-1-12"; HWTEST_F() local 453 std::string volId = "vol-1-13"; HWTEST_F() local 478 std::string volId = "vol-1-14"; HWTEST_F() local 508 std::string volId = "vol-1-15"; HWTEST_F() local 535 std::string volId = "vol-1-16"; HWTEST_F() local 561 std::string volId = "vol-1-17"; HWTEST_F() local 590 std::string volId = "vol-1-18"; HWTEST_F() local [all...] |
H A D | external_volume_info_test.cpp | 63 std::string volId = "vol-156-301"; in HWTEST_F() local 84 std::string volId = "vol-156-401"; in HWTEST_F() local 156 std::string volId = "vol-156-601"; in HWTEST_F() local 179 std::string volId = "vol-156-701"; in HWTEST_F() local 203 std::string volId = "vol-156-702"; in HWTEST_F() local 227 std::string volId = "vol-156-703"; HWTEST_F() local 251 std::string volId = "vol-156-801"; HWTEST_F() local [all...] |
H A D | volume_manager_test.cpp | 135 std::string volId = volumeManager->CreateVolume(diskId, device); in HWTEST_F() local 155 std::string volId = "vol-2-1"; in HWTEST_F() local 177 std::string volId = volumeManager->CreateVolume(diskId, device); in HWTEST_F() local 199 std::string volId = "vol-2-2"; in HWTEST_F() local 221 std::string volId in HWTEST_F() local 244 std::string volId = "vol-2-3"; HWTEST_F() local 267 std::string volId = volumeManager->CreateVolume(diskId, device); HWTEST_F() local 291 std::string volId = "vol-2-4"; HWTEST_F() local 317 std::string volId = volumeManager->CreateVolume(diskId, device); HWTEST_F() local 340 std::string volId = "vol-2-5"; HWTEST_F() local 365 std::string volId = volumeManager->CreateVolume(diskId, device); HWTEST_F() local 388 std::string volId = "vol-2-6"; HWTEST_F() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_manager_client.cpp | 119 int32_t StorageManagerClient::NotifyVolumeStateChanged(std::string volId, StorageManager::VolumeState state) in NotifyVolumeStateChanged() argument
|
H A D | storage_daemon_stub.cpp | 268 std::string volId = data.ReadString(); in HandleMount() local 281 std::string volId = data.ReadString(); in HandleUMount() local 293 std::string volId = data.ReadString(); in HandleCheck() local 305 std::string volId = data.ReadString(); in HandleFormat() local 318 std::string volId = data.ReadString(); in HandlePartition() local 331 std::string volId = data.ReadString(); HandleSetVolDesc() local [all...] |
H A D | storage_daemon_proxy.cpp | 39 int32_t StorageDaemonProxy::Mount(const std::string &volId, uint32_t flags) in Mount() argument 64 int32_t StorageDaemonProxy::UMount(const std::string &volId) in UMount() argument 85 int32_t StorageDaemonProxy::Check(const std::string &volId) in Check() argument 106 int32_t StorageDaemonProxy::Format(const std::string &volId, const std::string &fsType) in Format() argument 156 int32_t StorageDaemonProxy::SetVolumeDescription(const std::string &volId, const std::string &description) in SetVolumeDescription() argument [all...] |
H A D | storage_daemon.cpp | 82 int32_t StorageDaemon::Mount(const std::string &volId, uint32_t flags) in Mount() argument 111 int32_t StorageDaemon::UMount(const std::string &volId) in UMount() argument 140 int32_t StorageDaemon::Check(const std::string &volId) in Check() argument 150 int32_t StorageDaemon::Format(const std::string &volId, const std::string &fsType) in Format() argument 208 int32_t StorageDaemon::SetVolumeDescription(const std::string &volId, const std::string &description) in SetVolumeDescription() argument [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/client/test/ |
H A D | storage_daemon_client_test.cpp | 113 std::string volId = "vol-1-1"; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | volume_manager.cpp | 43 std::shared_ptr<VolumeInfo> VolumeManager::GetVolume(const std::string volId) in GetVolume() argument 54 std::string volId = StringPrintf("vol-%u-%u", major(device), minor(device)); in CreateVolume() local 81 int32_t VolumeManager::DestroyVolume(const std::string volId) in DestroyVolume() argument 101 Check(const std::string volId) Check() argument 117 Mount(const std::string volId, uint32_t flags) Mount() argument 143 UMount(const std::string volId) UMount() argument 163 Format(const std::string volId, const std::string fsType) Format() argument 180 SetVolumeDescription(const std::string volId, const std::string description) SetVolumeDescription() argument [all...] |
H A D | volume_info.cpp | 30 int32_t VolumeInfo::Create(const std::string volId, const std::string diskId, dev_t device) in Create() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_proxy_test.cpp | 231 string volId = "vol-0-1"; in HWTEST_F() local 260 string volId = "vol-0-2"; in HWTEST_F() local 288 string volId = "vol-0-3"; in HWTEST_F() local 316 string volId in HWTEST_F() local 374 string volId = "vol-0-1"; HWTEST_F() local [all...] |
H A D | storage_daemon_test.cpp | 364 std::string volId = "vol-1-1"; in HWTEST_F() local 383 std::string volId = "vol-1-2"; in HWTEST_F() local 401 std::string volId = "vol-1-3"; in HWTEST_F() local 419 std::string volId = "vol-1-4"; in HWTEST_F() local 457 std::string volId = "vol-1-5"; in HWTEST_F() local [all...] |
/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() argument 34 int32_t StorageDaemonProxy::UMount(const std::string &volId) in UMount() argument 39 int32_t StorageDaemonProxy::Check(const std::string &volId) in Check() argument 44 int32_t StorageDaemonProxy::Format(const std::string &volId, const std::string &fsType) in Format() argument 54 int32_t StorageDaemonProxy::SetVolumeDescription(const std::string &volId, const std::string &description) in SetVolumeDescription() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 727 std::string volId = data.ReadString(); in HandleGetVolumeById() local 760 std::string volId = data.ReadString(); in HandleFormat() local 775 std::string volId = data.ReadString(); in HandleGetDiskById() local
|