Home
last modified time | relevance | path

Searched refs:int128Value (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_value_data.cpp97 …ol GetObjectPropValueData::SetPropValue(int type, uint64_t int64Value, const uint128_t int128Value, in SetPropValue() argument
106 if (int128Value != nullptr) { in SetPropValue()
107 int128Value_[OFFSET_0] = int128Value[OFFSET_0]; in SetPropValue()
108 int128Value_[OFFSET_1] = int128Value[OFFSET_1]; in SetPropValue()
109 int128Value_[OFFSET_2] = int128Value[OFFSET_2]; in SetPropValue()
110 int128Value_[OFFSET_3] = int128Value[OFFSET_3]; in SetPropValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp88 uint128_t int128Value = {1, 2, 3, 4}; variable
90 … bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_INT8_CODE, 0, int128Value, strValue);
100 uint128_t int128Value = {1, 2, 3, 4}; variable
113 uint128_t int128Value = {1, 2, 3, 4}; variable
126 uint128_t int128Value = {1, 2, 3, 4}; variable
139 uint128_t int128Value = {1, 2, 3, 4}; variable
152 uint128_t int128Value = {1, 2, 3, 4}; variable
165 uint128_t int128Value = {1, 2, 3, 4}; variable
178 uint128_t int128Value = {1, 2, 3, 4}; variable
190 uint128_t int128Value = {1, 2, 3, 4}; variable
[all …]
H A Dmock_mtp_operation_utils.cpp203 uint128_t int128Value = { 0 }; in GetObjectPropValue() local
207 getObjectPropValue->SetPropValue(type, int64Value, int128Value, strValue); in GetObjectPropValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_object_prop_value_data.h30 …bool SetPropValue(int type, uint64_t int64Value, const uint128_t int128Value, const std::string &s…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp282 uint128_t int128Value = {0}; in GetObjectPropValue() local
285 mtpMediaLibrary_->GetObjectPropValue(context_, int64Value, int128Value, strValue); in GetObjectPropValue()
287 mtpMedialibraryManager_->GetObjectPropValue(context_, int64Value, int128Value, strValue); in GetObjectPropValue()
291 getObjectPropValue->SetPropValue(type, int64Value, int128Value, strValue); in GetObjectPropValue()