Home
last modified time | relevance | path

Searched refs:GetVolumeId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_info.cpp46 std::string VolumeInfo::GetVolumeId() in GetVolumeId() function in OHOS::StorageDaemon::VolumeInfo
102 LOGE("please check volume %{public}s first", GetVolumeId().c_str()); in Mount()
135 LOGE("the volume %{public}s is in REMOVED state", GetVolumeId().c_str()); in UMount()
174 LOGE("the volume %{public}s is not in UNMOUNT state", GetVolumeId().c_str()); in Check()
193 LOGE("Please unmount the volume %{public}s first", GetVolumeId().c_str()); in Format()
204 LOGE("Please unmount the volume %{public}s first", GetVolumeId().c_str()); in SetVolumeDescription()
H A Dexternal_volume_info.cpp80 string id = VolumeInfo::GetVolumeId(); in DoCreate()
179 GetVolumeId().c_str(), GetMountPath().c_str()); in DoMount()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp95 StorageManager::VolumeCore vc(info->GetVolumeId(), info->GetVolumeType(), in NotifyVolumeCreated()
112 storageManager_->NotifyVolumeMounted(info->GetVolumeId(), info->GetFsType(), info->GetFsUuid(), in NotifyVolumeMounted()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dvolume_info.h50 std::string GetVolumeId();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dvolume_info_test.cpp543 EXPECT_TRUE(mock.GetVolumeId() == volId);