Home
last modified time | relevance | path

Searched refs:GetPathByContextParent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_media_library.cpp350 if (GetPathByContextParent(context, path) != MTP_SUCCESS) { in GetHandles()
582 if (GetPathByContextParent(context, doc) != MTP_SUCCESS) { in SendObjectInfo()
627 int32_t MtpMediaLibrary::GetPathByContextParent(const std::shared_ptr<MtpOperationContext> &context… in GetPathByContextParent() function in OHOS::Media::MtpMediaLibrary
717 …if (GetPathById(context->handle, from) != MTP_SUCCESS || GetPathByContextParent(context, to) != MT… in MoveObject()
761 …if (GetPathById(context->handle, from) != MTP_SUCCESS || GetPathByContextParent(context, to) != MT… in CopyObject()
H A Dmtp_operation_utils.cpp187 mtpMediaLibrary_->GetPathByContextParent(context_, path); in GetObjectHandles()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_media_library.h54 …EXPORT int32_t GetPathByContextParent(const std::shared_ptr<MtpOperationContext> &context, std::st…