/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/ |
H A D | volume_external_test.cpp | 47 std::string fsUuid = "100"; variable 97 std::string fsUuid = "200"; variable 141 std::string fsUuid = "300"; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/test/ |
H A D | volume_manager_service_test.cpp | 189 std::string fsUuid = ""; variable 260 std::string fsUuid = "uuid-1"; variable 337 std::string fsUuid = "uuid-2"; variable 385 std::string fsUuid = "uuid-3"; variable
|
/ohos5.0/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() 187 int32_t VolumeManagerService::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() 210 int32_t VolumeManagerService::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_event.cpp | 120 void MtpEvent::SendStoreAdded(const std::string &fsUuid) in SendStoreAdded() 136 void MtpEvent::SendStoreRemoved(const std::string &fsUuid) in SendStoreRemoved()
|
H A D | mtp_store_observer.cpp | 89 std::string fsUuid = want.GetStringParam(KEY_FS_UUID); in OnReceiveEvent() local
|
H A D | mtp_media_library.cpp | 1054 bool MtpMediaLibrary::TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryAddExternalStorage() 1064 bool MtpMediaLibrary::TryRemoveExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryRemoveExternalStorage() 1091 const std::string MtpMediaLibrary::GetExternalPathByUuid(const std::string &fsUuid) in GetExternalPathByUuid() 1096 bool MtpMediaLibrary::AddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in AddExternalStorage()
|
H A D | mtp_operation_utils.cpp | 981 bool MtpOperationUtils::TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryAddExternalStorage() 989 bool MtpOperationUtils::TryRemoveExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryRemoveExternalStorage()
|
/ohos5.0/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()
|
H A D | storage_manager_proxy.cpp | 583 … StorageManagerProxy::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, in NotifyVolumeMounted() 986 int32_t StorageManagerProxy::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() 1032 int32_t StorageManagerProxy::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_service_mock.h | 119 virtual int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted() 165 virtual int32_t GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) override in GetVolumeByUuid() 175 virtual int32_t SetVolumeDescription(std::string fsUuid, std::string description) override in SetVolumeDescription()
|
H A D | storage_manager_proxy_test.cpp | 558 std::string fsUuid = "uuid-3"; variable 905 std::string fsUuid = "uuid-4"; variable 933 std::string fsUuid = "uuid-5"; variable 960 std::string fsUuid = "uuid-6"; variable
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxymock.h | 115 int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted() 161 int32_t GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) override in GetVolumeByUuid() 171 int32_t SetVolumeDescription(std::string fsUuid, std::string description) override in SetVolumeDescription()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_storage_manager_service.h | 115 virtual int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted() 161 virtual int32_t GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) override in GetVolumeByUuid() 171 virtual int32_t SetVolumeDescription(std::string fsUuid, std::string description) override in SetVolumeDescription()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 135 … StorageManagerProxy::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, in NotifyVolumeMounted() 211 int32_t StorageManagerProxy::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() 221 int32_t StorageManagerProxy::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 236 …t32_t StorageManager::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, in NotifyVolumeMounted() 333 int32_t StorageManager::GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() 356 int32_t StorageManager::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription()
|
H A D | storage_manager_stub.cpp | 574 std::string fsUuid = data.ReadString(); in HandleNotifyVolumeMounted() local 691 std::string fsUuid = data.ReadString(); in HandleGetVolumeByUuid() local 727 std::string fsUuid = data.ReadString(); in HandleSetVolDesc() local
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
H A D | account_iam_manager_test.cpp | 146 int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted() 192 int32_t GetVolumeByUuid(std::string fsUuid, VolumeExternal &vc) in GetVolumeByUuid() 202 int32_t SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/ |
H A D | storage_daemon_communication_test.cpp | 351 string fsUuid = "uuid-1"; variable
|