Searched refs:GetPathByContextParent (Results 1 – 3 of 3) sorted by relevance
350 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::MtpMediaLibrary717 …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()
187 mtpMediaLibrary_->GetPathByContextParent(context_, path); in GetObjectHandles()
54 …EXPORT int32_t GetPathByContextParent(const std::shared_ptr<MtpOperationContext> &context, std::st…