Searched refs:GetVolumeId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | volume_info.cpp | 46 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 D | external_volume_info.cpp | 80 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 D | storage_manager_client.cpp | 95 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 D | volume_info.h | 50 std::string GetVolumeId();
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
H A D | volume_info_test.cpp | 543 EXPECT_TRUE(mock.GetVolumeId() == volId);
|