Home
last modified time | relevance | path

Searched defs:fsUuid (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dvolume_manager_service_test.cpp189 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 Dvolume_external_test.cpp47 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 Dvolume_external.cpp35 void VolumeExternal::SetFsUuid(std::string fsUuid) in SetFsUuid() argument
H A Dstorage_manager_proxy.cpp687 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 Dvolume_manager_service.cpp59 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 Dstorage_daemon_communication_test.cpp602 string fsUuid = "uuid-1"; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_proxy_test.cpp343 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 Dstorage_manager_stub.cpp592 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 Dstorage_manager.cpp234 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 Dstorage_manager_proxy_mock.cpp150 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

Completed in 19 milliseconds