Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h62 bool TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId);
H A Dmtp_media_library.h67 EXPORT bool TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_event.cpp127 if (!handleptr_->TryAddExternalStorage(fsUuid, storageId)) { in SendStoreAdded()
H A Dmtp_operation_utils.cpp981 bool MtpOperationUtils::TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryAddExternalStorage() function in OHOS::Media::MtpOperationUtils
985 mtpMediaLibrary_->TryAddExternalStorage(fsUuid, storageId)); in TryAddExternalStorage()
H A Dmtp_media_library.cpp1054 bool MtpMediaLibrary::TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryAddExternalStorage() function in OHOS::Media::MtpMediaLibrary