Home
last modified time | relevance | path

Searched defs:volId (Results 1 - 15 of 15) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dprocess_test.cpp48 std::string volId = "vol-1-1"; in HWTEST_F() local
H A Dvolume_info_test.cpp48 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 Dexternal_volume_info_test.cpp63 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 Dvolume_manager_test.cpp135 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 Dstorage_manager_client.cpp119 int32_t StorageManagerClient::NotifyVolumeStateChanged(std::string volId, StorageManager::VolumeState state) in NotifyVolumeStateChanged() argument
H A Dstorage_daemon_stub.cpp268 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 Dstorage_daemon_proxy.cpp39 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 Dstorage_daemon.cpp82 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 Dstorage_daemon_client_test.cpp113 std::string volId = "vol-1-1"; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_manager.cpp43 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 Dvolume_info.cpp30 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 Dstorage_daemon_proxy_test.cpp231 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 Dstorage_daemon_test.cpp364 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 Dstorage_daemon_proxy_mock.cpp29 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 Dstorage_manager_stub.cpp727 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

Completed in 13 milliseconds