Searched refs:mtpContext (Results 1 – 1 of 1) sorted by relevance
716 shared_ptr<MtpOperationContext> mtpContext = make_shared<MtpOperationContext>(); in GetMtpPropList() local717 …CHECK_AND_RETURN_RET_LOG(mtpContext != nullptr, MTP_ERROR_INVALID_OBJECTHANDLE, "mtpContext is nul… in GetMtpPropList()720 GetMtpFormatByPath(it->second, mtpContext->format); in GetMtpPropList()722 mtpContext->format = context->format; in GetMtpPropList()724 …tr<GetObjectPropsSupportedData> payLoadData = make_shared<GetObjectPropsSupportedData>(mtpContext); in GetMtpPropList()