Searched refs:TryAddExternalStorage (Results 1 – 5 of 5) sorted by relevance
62 bool TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId);
67 EXPORT bool TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId);
127 if (!handleptr_->TryAddExternalStorage(fsUuid, storageId)) { in SendStoreAdded()
981 bool MtpOperationUtils::TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryAddExternalStorage() function in OHOS::Media::MtpOperationUtils985 mtpMediaLibrary_->TryAddExternalStorage(fsUuid, storageId)); in TryAddExternalStorage()
1054 bool MtpMediaLibrary::TryAddExternalStorage(const std::string &fsUuid, uint32_t &storageId) in TryAddExternalStorage() function in OHOS::Media::MtpMediaLibrary