Home
last modified time | relevance | path

Searched refs:operationUtils_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation.cpp53 operationUtils_ = make_shared<MtpOperationUtils>(mtpContextPtr_); in Init()
124 errorCode = operationUtils_->GetObjectDataDeal(); in SendObjectData()
129 errorCode = operationUtils_->DoRecevieSendObject(); in RecevieObjectData()
154 operationUtils_->DoSetObjectPropValue(errorCode); in ReceiveI2Rdata()
208 responseCode_ = operationUtils_->GetDeviceInfo(data, containerType, errorCode); in GetPayloadData()
211 responseCode_ = operationUtils_->GetOpenSession(data, errorCode); in GetPayloadData()
215 responseCode_ = operationUtils_->GetCloseSession(data); in GetPayloadData()
218 responseCode_ = operationUtils_->GetStorageIDs(data, containerType, errorCode); in GetPayloadData()
221 responseCode_ = operationUtils_->GetStorageInfo(data, containerType, errorCode); in GetPayloadData()
224 responseCode_ = operationUtils_ in GetPayloadData()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation.h55 std::shared_ptr<MtpOperationUtils> operationUtils_; member in OHOS::Media::MtpOperation

Completed in 1 milliseconds