Home
last modified time | relevance | path

Searched refs:GetMountPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_unit_test.cpp99 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
112 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
125 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
138 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
151 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
169 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
200 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
230 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
259 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
289 std::string uri = AVMetadataTestBase::GetInstance().GetMountPath() +
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp72 std::string ExternalVolumeInfo::GetMountPath() in GetMountPath() function in OHOS::StorageDaemon::ExternalVolumeInfo
173 LOGE("volume mount path %{public}s exists, please remove first", GetMountPath().c_str()); in DoMount()
179 GetVolumeId().c_str(), GetMountPath().c_str()); in DoMount()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dprocess_test.cpp66 auto mountPath = mock.GetMountPath();
H A Dexternal_volume_info_test.cpp316 std::string ret = evi->GetMountPath();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dexternal_volume_info.h35 std::string GetMountPath();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp113 info->GetMountPath(), info->GetFsLabel()); in NotifyVolumeMounted()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/include/
H A Davmetadata_mock.h116 std::string GetMountPath() const in GetMountPath() function