Searched refs:operationUtils_ (Results 1 – 2 of 2) sorted by relevance
55 operationUtils_ = make_shared<MtpOperationUtils>(mtpContextPtr_); in Init()136 errorCode = operationUtils_->GetObjectDataDeal(); in SendObjectData()141 errorCode = operationUtils_->DoRecevieSendObject(); in RecevieObjectData()166 operationUtils_->DoSetObjectPropValue(errorCode); in ReceiveI2Rdata()245 responseCode_ = operationUtils_->GetCloseSession(data); in GetPayloadDataSub()260 responseCode_ = operationUtils_->GetNumObjects(data); in GetPayloadDataSub()293 responseCode_ = operationUtils_->SetObjectReferences(data); in GetPayloadDataMore()299 responseCode_ = operationUtils_->MoveObject(data, errorCode); in GetPayloadDataMore()311 responseCode_ = operationUtils_->ResetDevicePropResp(data); in GetPayloadDataMore()314 responseCode_ = operationUtils_->GetObject(data, errorCode); in GetPayloadDataMore()[all …]
57 std::shared_ptr<MtpOperationUtils> operationUtils_; variable