Home
last modified time | relevance | path

Searched refs:array_writer (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/disks/
H A Ddisk_unittest.cc45 array_writer->OpenDictEntry(&entry_writer); in AppendBoolDictEntry()
48 array_writer->CloseContainer(&entry_writer); in AppendBoolDictEntry()
56 array_writer->OpenDictEntry(&entry_writer); in AppendStringDictEntry()
67 array_writer->OpenDictEntry(&entry_writer); in AppendUint64DictEntry()
108 writer.OpenArray("{sv}", &array_writer); in BuildBasicDbusResponse()
109 AppendBasicProperties(&array_writer); in BuildBasicDbusResponse()
110 writer.CloseContainer(&array_writer); in BuildBasicDbusResponse()
158 AppendBasicProperties(&array_writer); in BuildDiskWithProperty()
160 writer.CloseContainer(&array_writer); in BuildDiskWithProperty()
212 AppendBasicProperties(&array_writer); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/
H A Dcros_disks_client_unittest.cc26 array_writer->OpenDictEntry(&entry_writer); in AppendBoolDictEntry()
29 array_writer->CloseContainer(&entry_writer); in AppendBoolDictEntry()
37 array_writer->OpenDictEntry(&entry_writer); in AppendStringDictEntry()
40 array_writer->CloseContainer(&entry_writer); in AppendStringDictEntry()
71 dbus::MessageWriter array_writer(NULL); in TEST() local
72 writer.OpenArray("{sv}", &array_writer); in TEST()
91 array_writer.OpenDictEntry(&entry_writer); in TEST()
94 array_writer.CloseContainer(&entry_writer); in TEST()
101 array_writer.OpenDictEntry(&entry_writer); in TEST()
113 array_writer.OpenDictEntry(&entry_writer); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/dbus/
H A Dbluetooth_profile_manager_client.cc45 dbus::MessageWriter array_writer(NULL); in RegisterProfile() local
46 writer.OpenArray("{sv}", &array_writer); in RegisterProfile()
52 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
55 array_writer.CloseContainer(&dict_writer); in RegisterProfile()
61 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
64 array_writer.CloseContainer(&dict_writer); in RegisterProfile()
70 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
86 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
95 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
103 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
[all …]
H A Dbluetooth_le_advertisement_service_provider.cc232 dbus::MessageWriter array_writer(NULL); in CreateGetAllResponse() local
236 AppendType(&array_writer); in CreateGetAllResponse()
237 AppendServiceUUIDs(&array_writer); in CreateGetAllResponse()
238 AppendManufacturerData(&array_writer); in CreateGetAllResponse()
239 AppendSolicitUUIDs(&array_writer); in CreateGetAllResponse()
240 AppendServiceData(&array_writer); in CreateGetAllResponse()
242 writer.CloseContainer(&array_writer); in CreateGetAllResponse()
336 dbus::MessageWriter array_writer(NULL); in AppendManufacturerDataVariant() local
351 writer->CloseContainer(&array_writer); in AppendManufacturerDataVariant()
356 dbus::MessageWriter array_writer(NULL); in AppendServiceDataVariant() local
[all …]
H A Dbluetooth_media_client.cc105 dbus::MessageWriter array_writer(nullptr); in RegisterEndpoint() local
111 writer.OpenArray("{sv}", &array_writer); in RegisterEndpoint()
114 array_writer.OpenDictEntry(&dict_entry_writer); in RegisterEndpoint()
117 array_writer.CloseContainer(&dict_entry_writer); in RegisterEndpoint()
120 array_writer.OpenDictEntry(&dict_entry_writer); in RegisterEndpoint()
123 array_writer.CloseContainer(&dict_entry_writer); in RegisterEndpoint()
127 array_writer.OpenDictEntry(&dict_entry_writer); in RegisterEndpoint()
133 array_writer.CloseContainer(&dict_entry_writer); in RegisterEndpoint()
135 writer.CloseContainer(&array_writer); in RegisterEndpoint()
H A Dbluetooth_gatt_descriptor_service_provider_impl.cc110 dbus::MessageWriter array_writer(NULL); in SendValueChanged() local
119 writer.OpenArray("{sv}", &array_writer); in SendValueChanged()
120 array_writer.OpenDictEntry(&dict_entry_writer); in SendValueChanged()
125 array_writer.CloseContainer(&dict_entry_writer); in SendValueChanged()
126 writer.CloseContainer(&array_writer); in SendValueChanged()
129 writer.OpenArray("s", &array_writer); in SendValueChanged()
130 writer.CloseContainer(&array_writer); in SendValueChanged()
367 dbus::MessageWriter array_writer(NULL); in WriteProperties() local
371 writer->OpenArray("{sv}", &array_writer); in WriteProperties()
374 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
[all …]
H A Dbluetooth_gatt_service_service_provider_impl.cc189 dbus::MessageWriter array_writer(NULL); in WriteProperties() local
193 writer->OpenArray("{sv}", &array_writer); in WriteProperties()
195 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
198 array_writer.CloseContainer(&dict_entry_writer); in WriteProperties()
200 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
203 array_writer.CloseContainer(&dict_entry_writer); in WriteProperties()
205 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
210 array_writer.CloseContainer(&dict_entry_writer); in WriteProperties()
212 writer->CloseContainer(&array_writer); in WriteProperties()
H A Dbluetooth_gatt_application_service_provider_impl.cc106 dbus::MessageWriter array_writer(nullptr); in GetManagedObjects() local
108 writer.OpenArray("{oa{sa{sv}}}", &array_writer); in GetManagedObjects()
111 WriteObjectDict(&array_writer, in GetManagedObjects()
117 &array_writer, in GetManagedObjects()
123 &array_writer, in GetManagedObjects()
128 writer.CloseContainer(&array_writer); in GetManagedObjects()
H A Dbluetooth_gatt_characteristic_service_provider_impl.cc135 dbus::MessageWriter array_writer(nullptr); in SendValueChanged() local
144 writer.OpenArray("{sv}", &array_writer); in SendValueChanged()
145 array_writer.OpenDictEntry(&dict_entry_writer); in SendValueChanged()
150 array_writer.CloseContainer(&dict_entry_writer); in SendValueChanged()
151 writer.CloseContainer(&array_writer); in SendValueChanged()
154 writer.OpenArray("s", &array_writer); in SendValueChanged()
155 writer.CloseContainer(&array_writer); in SendValueChanged()
499 dbus::MessageWriter array_writer(nullptr); in WriteProperties() local
503 writer->OpenArray("{sv}", &array_writer); in WriteProperties()
506 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/dbus/
H A Dbluetooth_profile_manager_client.cc45 dbus::MessageWriter array_writer(NULL); in RegisterProfile() local
46 writer.OpenArray("{sv}", &array_writer); in RegisterProfile()
52 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
55 array_writer.CloseContainer(&dict_writer); in RegisterProfile()
61 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
64 array_writer.CloseContainer(&dict_writer); in RegisterProfile()
70 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
86 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
95 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
103 array_writer.OpenDictEntry(&dict_writer); in RegisterProfile()
[all …]
H A Dbluetooth_le_advertisement_service_provider.cc240 dbus::MessageWriter array_writer(NULL); in CreateGetAllResponse() local
244 AppendType(&array_writer); in CreateGetAllResponse()
245 AppendServiceUUIDs(&array_writer); in CreateGetAllResponse()
246 AppendManufacturerData(&array_writer); in CreateGetAllResponse()
247 AppendSolicitUUIDs(&array_writer); in CreateGetAllResponse()
248 AppendServiceData(&array_writer); in CreateGetAllResponse()
249 AppendScanResponseData(&array_writer); in CreateGetAllResponse()
251 writer.CloseContainer(&array_writer); in CreateGetAllResponse()
374 writer->CloseContainer(&array_writer); in AppendManufacturerDataVariant()
394 writer->CloseContainer(&array_writer); in AppendServiceDataVariant()
[all …]
H A Dbluetooth_gatt_descriptor_service_provider_impl.cc112 dbus::MessageWriter array_writer(NULL); in SendValueChanged() local
121 writer.OpenArray("{sv}", &array_writer); in SendValueChanged()
122 array_writer.OpenDictEntry(&dict_entry_writer); in SendValueChanged()
127 array_writer.CloseContainer(&dict_entry_writer); in SendValueChanged()
128 writer.CloseContainer(&array_writer); in SendValueChanged()
131 writer.OpenArray("s", &array_writer); in SendValueChanged()
132 writer.CloseContainer(&array_writer); in SendValueChanged()
369 dbus::MessageWriter array_writer(NULL); in WriteProperties() local
373 writer->OpenArray("{sv}", &array_writer); in WriteProperties()
376 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
[all …]
H A Dbluetooth_gatt_service_service_provider_impl.cc189 dbus::MessageWriter array_writer(NULL); in WriteProperties() local
193 writer->OpenArray("{sv}", &array_writer); in WriteProperties()
195 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
198 array_writer.CloseContainer(&dict_entry_writer); in WriteProperties()
200 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
203 array_writer.CloseContainer(&dict_entry_writer); in WriteProperties()
205 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
210 array_writer.CloseContainer(&dict_entry_writer); in WriteProperties()
212 writer->CloseContainer(&array_writer); in WriteProperties()
H A Dbluetooth_gatt_application_service_provider_impl.cc106 dbus::MessageWriter array_writer(nullptr); in GetManagedObjects() local
108 writer.OpenArray("{oa{sa{sv}}}", &array_writer); in GetManagedObjects()
111 WriteObjectDict(&array_writer, in GetManagedObjects()
117 &array_writer, in GetManagedObjects()
123 &array_writer, in GetManagedObjects()
128 writer.CloseContainer(&array_writer); in GetManagedObjects()
H A Dbluetooth_gatt_characteristic_service_provider_impl.cc148 dbus::MessageWriter array_writer(nullptr); in SendValueChanged() local
157 writer.OpenArray("{sv}", &array_writer); in SendValueChanged()
158 array_writer.OpenDictEntry(&dict_entry_writer); in SendValueChanged()
163 array_writer.CloseContainer(&dict_entry_writer); in SendValueChanged()
164 writer.CloseContainer(&array_writer); in SendValueChanged()
167 writer.OpenArray("s", &array_writer); in SendValueChanged()
168 writer.CloseContainer(&array_writer); in SendValueChanged()
512 dbus::MessageWriter array_writer(nullptr); in WriteProperties() local
516 writer->OpenArray("{sv}", &array_writer); in WriteProperties()
519 array_writer.OpenDictEntry(&dict_entry_writer); in WriteProperties()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/dbus/
H A Dtest_service.cc515 MessageWriter array_writer(nullptr); in GetManagedObjects() local
534 writer.CloseContainer(&array_writer); in GetManagedObjects()
555 MessageWriter array_writer(nullptr); in AddPropertiesToWriter() local
601 writer->CloseContainer(&array_writer); in AddPropertiesToWriter()
615 MessageWriter array_writer(nullptr); in AddObjectInternal() local
623 writer.CloseContainer(&array_writer); in AddObjectInternal()
658 MessageWriter array_writer(nullptr); in SendPropertyChangedSignalInternal() local
661 writer.OpenArray("{sv}", &array_writer); in SendPropertyChangedSignalInternal()
666 writer.CloseContainer(&array_writer); in SendPropertyChangedSignalInternal()
688 MessageWriter array_writer(nullptr); in SendPropertyInvalidatedSignalInternal() local
[all …]
H A Dmessage.cc596 OpenArray("y", &array_writer); in AppendArrayOfBytes()
601 CloseContainer(&array_writer); in AppendArrayOfBytes()
607 OpenArray("i", &array_writer); in AppendArrayOfInt32s()
612 CloseContainer(&array_writer); in AppendArrayOfInt32s()
619 OpenArray("u", &array_writer); in AppendArrayOfUint32s()
624 CloseContainer(&array_writer); in AppendArrayOfUint32s()
630 OpenArray("d", &array_writer); in AppendArrayOfDoubles()
635 CloseContainer(&array_writer); in AppendArrayOfDoubles()
642 OpenArray("s", &array_writer); in AppendArrayOfStrings()
646 CloseContainer(&array_writer); in AppendArrayOfStrings()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/dbus/
H A Dtest_service.cc514 MessageWriter array_writer(nullptr); in GetManagedObjects() local
533 writer.CloseContainer(&array_writer); in GetManagedObjects()
554 MessageWriter array_writer(nullptr); in AddPropertiesToWriter() local
600 writer->CloseContainer(&array_writer); in AddPropertiesToWriter()
614 MessageWriter array_writer(nullptr); in AddObjectInternal() local
622 writer.CloseContainer(&array_writer); in AddObjectInternal()
657 MessageWriter array_writer(nullptr); in SendPropertyChangedSignalInternal() local
660 writer.OpenArray("{sv}", &array_writer); in SendPropertyChangedSignalInternal()
665 writer.CloseContainer(&array_writer); in SendPropertyChangedSignalInternal()
687 MessageWriter array_writer(nullptr); in SendPropertyInvalidatedSignalInternal() local
[all …]
H A Dmessage.cc595 OpenArray("y", &array_writer); in AppendArrayOfBytes()
600 CloseContainer(&array_writer); in AppendArrayOfBytes()
606 OpenArray("i", &array_writer); in AppendArrayOfInt32s()
611 CloseContainer(&array_writer); in AppendArrayOfInt32s()
618 OpenArray("u", &array_writer); in AppendArrayOfUint32s()
623 CloseContainer(&array_writer); in AppendArrayOfUint32s()
629 OpenArray("d", &array_writer); in AppendArrayOfDoubles()
634 CloseContainer(&array_writer); in AppendArrayOfDoubles()
641 OpenArray("s", &array_writer); in AppendArrayOfStrings()
645 CloseContainer(&array_writer); in AppendArrayOfStrings()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dbus/properties/
H A Ddbus_properties.cc85 dbus::MessageWriter array_writer(nullptr); in PropertyUpdated() local
86 writer.OpenArray("{sv}", &array_writer); in PropertyUpdated()
88 array_writer.OpenDictEntry(&dict_entry_writer); in PropertyUpdated()
91 array_writer.CloseContainer(&dict_entry_writer); in PropertyUpdated()
92 writer.CloseContainer(&array_writer); in PropertyUpdated()
131 dbus::MessageWriter array_writer(nullptr); in OnGetAllProperties() local
133 writer.OpenArray("{sv}", &array_writer); in OnGetAllProperties()
135 array_writer.OpenDictEntry(&dict_entry_writer); in OnGetAllProperties()
138 array_writer.CloseContainer(&dict_entry_writer); in OnGetAllProperties()
140 writer.CloseContainer(&array_writer); in OnGetAllProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dbus/properties/
H A Ddbus_properties.cc85 dbus::MessageWriter array_writer(nullptr); in PropertyUpdated() local
86 writer.OpenArray("{sv}", &array_writer); in PropertyUpdated()
88 array_writer.OpenDictEntry(&dict_entry_writer); in PropertyUpdated()
91 array_writer.CloseContainer(&dict_entry_writer); in PropertyUpdated()
92 writer.CloseContainer(&array_writer); in PropertyUpdated()
131 dbus::MessageWriter array_writer(nullptr); in OnGetAllProperties() local
133 writer.OpenArray("{sv}", &array_writer); in OnGetAllProperties()
135 array_writer.OpenDictEntry(&dict_entry_writer); in OnGetAllProperties()
138 array_writer.CloseContainer(&dict_entry_writer); in OnGetAllProperties()
140 writer.CloseContainer(&array_writer); in OnGetAllProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dshill_profile_client_unittest.cc101 dbus::MessageWriter array_writer(NULL); in TEST_F() local
102 writer.OpenArray("{sv}", &array_writer); in TEST_F()
104 array_writer.OpenDictEntry(&entry_writer); in TEST_F()
108 array_writer.CloseContainer(&entry_writer); in TEST_F()
109 writer.CloseContainer(&array_writer); in TEST_F()
135 dbus::MessageWriter array_writer(NULL); in TEST_F() local
136 writer.OpenArray("{sv}", &array_writer); in TEST_F()
138 array_writer.OpenDictEntry(&entry_writer); in TEST_F()
141 array_writer.CloseContainer(&entry_writer); in TEST_F()
142 writer.CloseContainer(&array_writer); in TEST_F()
H A Dshill_ipconfig_client_unittest.cc93 dbus::MessageWriter array_writer(NULL); in TEST_F() local
94 writer.OpenArray("{sv}", &array_writer); in TEST_F()
97 array_writer.OpenDictEntry(&entry_writer); in TEST_F()
100 array_writer.CloseContainer(&entry_writer); in TEST_F()
102 array_writer.OpenDictEntry(&entry_writer); in TEST_F()
105 array_writer.CloseContainer(&entry_writer); in TEST_F()
106 writer.CloseContainer(&array_writer); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/dbus/
H A Dgesture_properties_service_provider_unittest.cc401 writer.OpenArray("i", &array_writer); in TEST_F()
402 array_writer.AppendInt32(1); in TEST_F()
403 array_writer.AppendInt32(2); in TEST_F()
404 array_writer.AppendInt32(4); in TEST_F()
423 array_writer.AppendInt16(1); in TEST_F()
424 array_writer.AppendInt16(2); in TEST_F()
425 array_writer.AppendInt16(4); in TEST_F()
444 array_writer.AppendBool(true); in TEST_F()
445 array_writer.AppendBool(false); in TEST_F()
480 array_writer.AppendDouble(3.14); in TEST_F()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/CSV/test/
H A DitkCSVNumericObjectFileWriterTest.cxx58 Array2DWriterType::Pointer array_writer = Array2DWriterType::New(); in itkCSVNumericObjectFileWriterTest() local
60 EXERCISE_BASIC_OBJECT_METHODS( array_writer, CSVNumericObjectFileWriter, LightProcessObject ); in itkCSVNumericObjectFileWriterTest()
67 array_writer->Update(); in itkCSVNumericObjectFileWriterTest()
85 array_writer->SetFileName( filename ); in itkCSVNumericObjectFileWriterTest()
91 array_writer->Update(); in itkCSVNumericObjectFileWriterTest()
108 array_writer->SetInput( &array ); in itkCSVNumericObjectFileWriterTest()
113 array_writer->Update(); in itkCSVNumericObjectFileWriterTest()

123