Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h63 bool TryRemoveExternalStorage(const std::string &fsUuid, uint32_t &storageId);
H A Dmtp_media_library.h68 EXPORT bool TryRemoveExternalStorage(const std::string &fsUuid, uint32_t &storageId);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_event.cpp143 if (!handleptr_->TryRemoveExternalStorage(fsUuid, storageId)) { in SendStoreRemoved()
H A Dmtp_operation_utils.cpp989 bool MtpOperationUtils::TryRemoveExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryRemoveExternalStorage() function in OHOS::Media::MtpOperationUtils
993 return mtpMediaLibrary_->TryRemoveExternalStorage(fsUuid, storageId); in TryRemoveExternalStorage()
H A Dmtp_media_library.cpp1064 bool MtpMediaLibrary::TryRemoveExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryRemoveExternalStorage() function in OHOS::Media::MtpMediaLibrary