/foundation/filemanagement/storage_service/services/storage_manager/volume/test/ |
H A D | volume_manager_service_test.cpp | 189 std::string fsUuid = ""; in HWTEST_F() local 260 std::string fsUuid = "uuid-1"; in HWTEST_F() local 288 std::string fsUuid = "uuid-1"; in HWTEST_F() local 315 std::string fsUuid = "uuid-2"; in HWTEST_F() local 387 std::string fsUuid = "uuid-2"; HWTEST_F() local 435 std::string fsUuid = "uuid-3"; HWTEST_F() local [all...] |
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/ |
H A D | volume_external_test.cpp | 47 std::string fsUuid = "100"; in HWTEST_F() local 96 std::string fsUuid = "200"; in HWTEST_F() local 136 std::string fsUuid = "300"; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | volume_external.cpp | 35 void VolumeExternal::SetFsUuid(std::string fsUuid) in SetFsUuid() argument
|
H A D | storage_manager_proxy.cpp | 687 int32_t StorageManagerProxy::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, in NotifyVolumeMounted() argument 1086 int32_t StorageManagerProxy::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() argument 1132 int32_t StorageManagerProxy::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/ |
H A D | volume_manager_service.cpp | 59 void VolumeManagerService::OnVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in OnVolumeMounted() argument 190 int32_t VolumeManagerService::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() argument 213 int32_t VolumeManagerService::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/ |
H A D | storage_daemon_communication_test.cpp | 602 string fsUuid = "uuid-1"; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_proxy_test.cpp | 343 std::string fsUuid = "uuid-3"; in HWTEST_F() local 763 std::string fsUuid = "uuid-4"; in HWTEST_F() local 824 std::string fsUuid = "uuid-6"; in HWTEST_F() local
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 592 std::string fsUuid = data.ReadString(); in HandleNotifyVolumeMounted() local 709 std::string fsUuid = data.ReadString(); in HandleGetVolumeByUuid() local 745 std::string fsUuid = data.ReadString(); in HandleSetVolDesc() local
|
H A D | storage_manager.cpp | 234 int32_t StorageManager::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, in NotifyVolumeMounted() argument 331 int32_t StorageManager::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() argument 354 int32_t StorageManager::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription() argument
|
/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 150 int32_t StorageManagerProxy::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, in NotifyVolumeMounted() argument 226 int32_t StorageManagerProxy::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() argument 236 int32_t StorageManagerProxy::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription() argument
|