Home
last modified time | relevance | path

Searched refs:mtpMediaLibrary_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp97 mtpMediaLibrary_ = MtpMediaLibrary::GetInstance(); in MtpOperationUtils()
183 errorCode = mtpMediaLibrary_->GetHandles(context_, objectHandles); in GetObjectHandles()
187 mtpMediaLibrary_->GetPathByContextParent(context_, path); in GetObjectHandles()
188 mtpMediaLibrary_->GetRealPath(path, realPath); in GetObjectHandles()
308 errorCode = mtpMediaLibrary_->SetObjectPropValue(context_); in DoSetObjectPropValue()
514 mtpMediaLibrary_->GetPathById(context_->handle, filePath); in RecevieSendObject()
649 errorCode = mtpMediaLibrary_->DeleteObject(context_); in DeleteObject()
721 mtpMediaLibrary_->GetStorageIds(); in GetStorageIDs()
953 mtpMediaLibrary_->GetPathById(handle, path); in GetPathByHandle()
954 mtpMediaLibrary_->GetRealPath(path, realPath); in GetPathByHandle()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h77 std::shared_ptr<MtpMediaLibrary> mtpMediaLibrary_; variable