/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/ |
H A D | get_object_prop_value_data.h | 30 …bool SetPropValue(int type, uint64_t int64Value, const uint128_t int128Value, const std::string &s… 36 uint128_t int128Value_ {0};
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_packet_tools.h | 64 static void PutUInt128(std::vector<uint8_t> &outBuffer, const uint128_t value); 84 static bool GetUInt128(const std::vector<uint8_t> &buffer, size_t &offset, uint128_t &value); 114 static bool UInt128ToString(const uint128_t &value, std::string &outStr);
|
H A D | property.h | 37 uint128_t ui128;
|
H A D | mtp_medialibrary_manager.h | 56 uint64_t &outIntVal, uint128_t &outLongVal, std::string &outStrVal);
|
H A D | mtp_media_library.h | 65 uint64_t &outIntVal, uint128_t &outLongVal, std::string &outStrVal);
|
H A D | mtp_data_utils.h | 35 uint128_t outLongVal = {0};
|
H A D | mtp_constants.h | 522 using uint128_t = uint32_t[4]; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_prop_value_data.cpp | 97 bool GetObjectPropValueData::SetPropValue(int type, uint64_t int64Value, const uint128_t int128Valu… in SetPropValue()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mtp_payload_data_test.cpp | 88 uint128_t int128Value = {1, 2, 3, 4}; 100 uint128_t int128Value = {1, 2, 3, 4}; 113 uint128_t int128Value = {1, 2, 3, 4}; 126 uint128_t int128Value = {1, 2, 3, 4}; 139 uint128_t int128Value = {1, 2, 3, 4}; 152 uint128_t int128Value = {1, 2, 3, 4}; 165 uint128_t int128Value = {1, 2, 3, 4}; 178 uint128_t int128Value = {1, 2, 3, 4}; 190 uint128_t int128Value = {1, 2, 3, 4};
|
H A D | mock_mtp_operation_utils.cpp | 203 uint128_t int128Value = { 0 }; in GetObjectPropValue()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_packet_tools.cpp | 475 void MtpPacketTool::PutUInt128(std::vector<uint8_t> &outBuffer, const uint128_t value) in PutUInt128() 652 bool MtpPacketTool::GetUInt128(const std::vector<uint8_t> &buffer, size_t &offset, uint128_t &value) in GetUInt128() 701 uint128_t uValue = {0}; in GetInt128() 924 bool MtpPacketTool::UInt128ToString(const uint128_t &value, std::string &outStr) in UInt128ToString()
|
H A D | mtp_operation_utils.cpp | 282 uint128_t int128Value = {0}; in GetObjectPropValue()
|
H A D | mtp_media_library.cpp | 1030 uint64_t &outIntVal, uint128_t &outLongVal, std::string &outStrVal) in GetObjectPropValue()
|
H A D | mtp_medialibrary_manager.cpp | 995 uint64_t &outIntVal, uint128_t &outLongVal, string &outStrVal) in GetObjectPropValue()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_test.cpp | 42 uint128_t valueTeat = {0, 1};
|
H A D | mtp_native_test.cpp | 1997 uint128_t outLongVal;
|