Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_storage_manager.h44 std::string GetStorageDescription(const uint16_t type);
H A Dstorage.h32 std::string GetStorageDescription();
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dstorage.cpp63 std::string Storage::GetStorageDescription() in GetStorageDescription() function in OHOS::Media::Storage
H A Dmtp_storage_manager.cpp154 std::string MtpStorageManager::GetStorageDescription(const uint16_t type) in GetStorageDescription() function in OHOS::Media::MtpStorageManager
H A Dmtp_media_library.cpp1127 std::string desc = manager->GetStorageDescription(MTP_STORAGE_REMOVABLERAM); in AddExternalStorage()
1152 storage->SetStorageDescription(manager->GetStorageDescription(MTP_STORAGE_FIXEDRAM)); in GetStorageIds()
H A Dmtp_operation_utils.cpp734 storage->SetStorageDescription(manager->GetStorageDescription(MTP_STORAGE_FIXEDRAM)); in GetStorageIDs()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_storage_info_data.cpp58 MtpPacketTool::PutString(outBuffer, storage_->GetStorageDescription()); in Maker()