Home
last modified time | relevance | path

Searched defs:fsUuid (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dvolume_external_test.cpp47 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 Dvolume_manager_service_test.cpp189 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 Dvolume_manager_service.cpp59 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 Dmtp_event.cpp120 void MtpEvent::SendStoreAdded(const std::string &fsUuid) in SendStoreAdded()
136 void MtpEvent::SendStoreRemoved(const std::string &fsUuid) in SendStoreRemoved()
H A Dmtp_store_observer.cpp89 std::string fsUuid = want.GetStringParam(KEY_FS_UUID); in OnReceiveEvent() local
H A Dmtp_media_library.cpp1054 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 Dmtp_operation_utils.cpp981 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 Dvolume_external.cpp35 void VolumeExternal::SetFsUuid(std::string fsUuid) in SetFsUuid()
H A Dstorage_manager_proxy.cpp583 … 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 Dstorage_manager_service_mock.h119 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 Dstorage_manager_proxy_test.cpp558 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 Dstoragemanagerproxymock.h115 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 Dmock_storage_manager_service.h115 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 Dstorage_manager_proxy_mock.cpp135 … 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 Dstorage_manager.cpp236 …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 Dstorage_manager_stub.cpp574 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 Daccount_iam_manager_test.cpp146 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 Dstorage_daemon_communication_test.cpp351 string fsUuid = "uuid-1"; variable