Searched refs:SetPropValue (Results 1 – 5 of 5) sorted by relevance
30 …bool SetPropValue(int type, uint64_t int64Value, const uint128_t int128Value, const std::string &s…
90 … bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_INT8_CODE, 0, int128Value, strValue);102 … bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_INT16_CODE, 0, int128Value, strValue);115 … bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_INT32_CODE, 0, int128Value, strValue);128 … bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_INT64_CODE, 0, int128Value, strValue);141 …bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_INT128_CODE, 0, int128Value, strValue);154 …bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_STRING_CODE, 0, int128Value, strValue);167 …bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_UNDEFINED_CODE, 0, int128Value, strVal…180 …bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_UNDEFINED_CODE, 0, int128Value, strVal…192 … bool retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_INT8_CODE, 0, int128Value, strValue);194 retTest = getObjectPropValueData.SetPropValue(MTP_TYPE_INT8_CODE, 0, int128Value, strValue);
207 getObjectPropValue->SetPropValue(type, int64Value, int128Value, strValue); in GetObjectPropValue()
97 bool GetObjectPropValueData::SetPropValue(int type, uint64_t int64Value, const uint128_t int128Valu… in SetPropValue() function in OHOS::Media::GetObjectPropValueData
291 getObjectPropValue->SetPropValue(type, int64Value, int128Value, strValue); in GetObjectPropValue()