Searched defs:write_handler (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/ |
D | bind_stdin.cpp | 95 struct write_handler struct 99 write_handler(bp::ipstream &is) : is_(is) {} in write_handler() argument 101 void operator()(const boost::system::error_code &ec, std::size_t size) in operator ()()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | local_service_manager.cc | 35 att::Attribute::WriteHandler write_handler) { in InsertCharacteristicAttributes() 83 att::Attribute::WriteHandler write_handler) { in InsertDescriptorAttribute() 164 WriteHandler&& write_handler, in ServiceData() 356 auto write_handler = [self, id, props](PeerId peer_id, in AddCharacteristic() local 434 auto write_handler = [self, id = desc->id()](PeerId peer_id, in AddDescriptor() local 488 auto write_handler = [self, id, chrc_handle, props = chrc.properties()]( in AddCCCDescriptor() local 540 WriteHandler write_handler, in RegisterService()
|
H A D | fake_layer.cc | 108 WriteHandler write_handler, in RegisterService()
|
H A D | gatt.cc | 133 WriteHandler write_handler, in RegisterService()
|
H A D | local_service_manager_test.cc | 52 WriteHandler write_handler = NopWriteHandler, in RegisterService()
|
H A D | server_test.cc | 3030 auto write_handler = in InitializeAttributesForWriting() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/example/ |
D | adapted_echo_server.cpp | 76 boost::function<void(boost::system::error_code const &, std::size_t)> write_handler; in main() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/ |
H A D | attribute.h | 157 void set_write_handler(WriteHandler write_handler) { in set_write_handler()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/ |
H A D | fake_layer.h | 36 WriteHandler write_handler; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/libyaml/ |
D | emitter.rs | 198 unsafe fn write_handler(data: *mut c_void, buffer: *mut u8, size: u64) -> i32 { in write_handler() function
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | gatt_server_server.cc | 302 auto write_handler = [self](bt::PeerId /*ignore*/, in PublishService() local
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache_perftest.cc | 418 WriteHandler write_handler(this, cache_.get(), cb.callback()); in TimeWrites() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/ |
D | yaml.rs | 1062 pub(crate) write_handler: Option<yaml_write_handler_t>, field
|