Home
last modified time | relevance | path

Searched refs:GetFsUuid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp62 std::string ExternalVolumeInfo::GetFsUuid() in GetFsUuid() function in OHOS::StorageDaemon::ExternalVolumeInfo
166 LOGE("External volume uuid=%{public}s check failed.", GetAnonyString(GetFsUuid()).c_str()); in DoMount()
237 … LOGE("External volume uuid=%{public}s DoCheck failed.", GetAnonyString(GetFsUuid()).c_str()); in DoCheck()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dexternal_volume_info.h33 std::string GetFsUuid();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp112 storageManager_->NotifyVolumeMounted(info->GetVolumeId(), info->GetFsType(), info->GetFsUuid(), in NotifyVolumeMounted()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dexternal_volume_info_test.cpp278 std::string ret = evi->GetFsUuid();