/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/ |
H A D | byte_buffer_operator.h | 113 WriteValue(value); in WriteData() 117 WriteValue(value); in WriteData() 121 WriteValue(value); in WriteData() 125 WriteValue(value); in WriteData() 150 void WriteValue(T value) in WriteValue() function
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/ |
H A D | ipc_cparcel.cpp | 120 static int WriteValue(OHIPCParcel *parcel, T value, bool (OHOS::MessageParcel::*Write)(T value)) in WriteValue() function 140 return WriteValue<int8_t>(parcel, value, &OHOS::MessageParcel::WriteInt8); in OH_IPCParcel_WriteInt8() 150 return WriteValue<int16_t>(parcel, value, &OHOS::MessageParcel::WriteInt16); in OH_IPCParcel_WriteInt16() 160 return WriteValue<int32_t>(parcel, value, &OHOS::MessageParcel::WriteInt32); in OH_IPCParcel_WriteInt32() 170 return WriteValue<int64_t>(parcel, value, &OHOS::MessageParcel::WriteInt64); in OH_IPCParcel_WriteInt64() 180 return WriteValue<float>(parcel, value, &OHOS::MessageParcel::WriteFloat); in OH_IPCParcel_WriteFloat() 190 return WriteValue<double>(parcel, value, &OHOS::MessageParcel::WriteDouble); in OH_IPCParcel_WriteDouble() 300 return WriteValue<int32_t>(parcel, fd, &OHOS::MessageParcel::WriteFileDescriptor); in OH_IPCParcel_WriteFileDescriptor()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | property.cpp | 408 WriteValue(buffer, *defaultValue); in WriteValueData() 410 WriteValue(buffer, *currentValue); in WriteValueData() 420 WriteValue(buffer, *minValue); in WriteFormData() 421 WriteValue(buffer, *maxValue); in WriteFormData() 422 WriteValue(buffer, *stepSize); in WriteFormData() 427 WriteValue(buffer, (*enumValues)[i]); in WriteFormData() 521 void Property::WriteValue(std::vector<uint8_t> &buffer, const Value &value) in WriteValue() function in OHOS::Media::Property 612 WriteValue(buffer, (*values)[i]); in WriteArrayValues()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_device_prop_value_data.cpp | 53 return WriteValue(outBuffer, type_, *value_); in Maker() 75 int GetDevicePropValueData::WriteValue(std::vector<uint8_t> &buffer, uint16_t type, const Property:… in WriteValue() function in OHOS::Media::GetDevicePropValueData
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_test.cpp | 332 property.WriteValue(buffer, value); 335 propertyOne.WriteValue(buffer, value); 338 propertyTwo.WriteValue(buffer, value); 341 propertyThree.WriteValue(buffer, value); 344 propertyFour.WriteValue(buffer, value); 347 propertyFive.WriteValue(buffer, value); 350 propertySix.WriteValue(buffer, value); 383 property.WriteValue(buffer, value);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mtp_payload_data_test.cpp | 486 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_AINT8_CODE, value); 488 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_UINT8_CODE, value); 490 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_AUINT8_CODE, value); 492 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_INT16_CODE, value); 494 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_AINT16_CODE, value); 496 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_UINT16_CODE, value); 498 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_AUINT16_CODE, value); 500 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_INT32_CODE, value); 502 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_AINT32_CODE, value); 504 ret = getDevicePropValueData.WriteValue(buffer, MTP_TYPE_UINT32_CODE, value); [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/ |
H A D | get_device_prop_value_data.h | 37 int WriteValue(std::vector<uint8_t> &buffer, uint16_t type, const Property::Value &value);
|
/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_reader/ |
H A D | bpf_reader.h | 55 bool WriteValue(const Key &key, const Value &value, uint64_t flags) const;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | property.h | 106 void WriteValue(std::vector<uint8_t> &buffer, const Value &value);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.h | 248 bool ret = WriteValue(buffer, value); in Write() 387 bool WriteValue(std::vector<std::uint8_t> &buffer, std::vector<T> &value) in WriteValue() function
|