Home
last modified time | relevance | path

Searched refs:GetObjectHandles (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_handles_data.cpp60 auto handles = GetObjectHandles(); in Maker()
92 std::shared_ptr<UInt32List> GetObjectHandlesData::GetObjectHandles() in GetObjectHandles() function in OHOS::Media::GetObjectHandlesData
H A Dget_object_references_data.cpp65 auto handles = GetObjectHandles(); in Maker()
94 std::shared_ptr<UInt32List> GetObjectReferencesData::GetObjectHandles() in GetObjectHandles() function in OHOS::Media::GetObjectReferencesData
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_object_references_data.h33 std::shared_ptr<UInt32List> GetObjectHandles();
H A Dget_object_handles_data.h34 std::shared_ptr<UInt32List> GetObjectHandles();
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h33 …uint16_t GetObjectHandles(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCo…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation.cpp257 responseCode_ = operationUtils_->GetObjectHandles(data, containerType, errorCode); in GetPayloadDataSub()
H A Dmtp_operation_utils.cpp164 uint16_t MtpOperationUtils::GetObjectHandles(shared_ptr<PayloadData> &data, uint16_t containerType,… in GetObjectHandles() function in OHOS::Media::MtpOperationUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp322 auto retTest = getObjectReferencesData.GetObjectHandles();
328 retTest = getObjectReferencesData.GetObjectHandles();
1135 auto ret = getObjectHandlesData.GetObjectHandles();
1139 ret = getObjectHandlesData.GetObjectHandles();
H A Dmock_mtp_operation_utils.cpp102 uint16_t MtpOperationUtils::GetObjectHandles(std::shared_ptr<PayloadData> &data, uint16_t container… in GetObjectHandles() function in OHOS::Media::MtpOperationUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2333 ret = mtpOperUtils->GetObjectHandles(data, containerType, errorCode);
2411 uint16_t ret = mtpOperUtils->GetObjectHandles(data, containerType, errorCode);