Searched refs:GetPropDesc (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_utils.h | 55 … uint16_t GetPropDesc(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_native_test.cpp | 2136 mtpOperUtils->GetPropDesc(data, containerType, errorCode); 2160 mtpOperUtils->GetPropDesc(data, containerType, errorCode); 2184 mtpOperUtils->GetPropDesc(data, containerType, errorCode); 2208 mtpOperUtils->GetPropDesc(data, containerType, errorCode); 2232 mtpOperUtils->GetPropDesc(data, containerType, errorCode); 2256 mtpOperUtils->GetPropDesc(data, containerType, errorCode); 2280 mtpOperUtils->GetPropDesc(data, containerType, errorCode); 2305 uint16_t ret = mtpOperUtils->GetPropDesc(data, containerType, errorCode);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation.cpp | 305 responseCode_ = operationUtils_->GetPropDesc(data, containerType, errorCode); in GetPayloadDataMore()
|
H A D | mtp_operation_utils.cpp | 833 uint16_t MtpOperationUtils::GetPropDesc(shared_ptr<PayloadData> &data, uint16_t containerType, int … in GetPropDesc() function in OHOS::Media::MtpOperationUtils
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mock_mtp_operation_utils.cpp | 535 uint16_t MtpOperationUtils::GetPropDesc(shared_ptr<PayloadData> &data, uint16_t containerType, int … in GetPropDesc() function in OHOS::Media::MtpOperationUtils
|