Home
last modified time | relevance | path

Searched defs:result_callback (Results 1 – 20 of 20) sorted by relevance

/external/pigweed/pw_bluetooth_profiles/
Ddevice_info_service.cc21 void DeviceInfoServiceImpl::PublishService( in PublishService()
52 bluetooth::Result<bluetooth::gatt::Error, span<const std::byte>>)>&& in ReadValue()
Ddevice_info_service_test.cc33 Function<void(PublishServiceResult)>&& result_callback) override { in PublishService()
/external/perfetto/include/perfetto/tracing/
Dtracing_policy.h42 std::function<void(bool /*allow*/)> result_callback; member
/external/openscreen/cast/common/channel/
Dconnection_namespace_handler.h91 RemoteConnectionResultCallback result_callback; member
Dconnection_namespace_handler.cc100 RemoteConnectionResultCallback result_callback) { in OpenRemoteConnection()
/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Dlegacy_low_energy_advertiser.h105 ResultFunction<> result_callback; member
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dlow_energy_advertiser.cc224 hci::ResultFunction<> result_callback) { in StartAdvertisingInternal()
292 hci::ResultFunction<> result_callback) { in StartAdvertisingInternalStep2()
Dlegacy_low_energy_advertiser.cc165 ResultFunction<> result_callback) { in StartAdvertising()
Dandroid_extended_low_energy_advertiser.cc272 ResultFunction<> result_callback) { in StartAdvertising()
Dextended_low_energy_advertiser.cc484 ResultFunction<> result_callback) { in StartAdvertising()
/external/openscreen/cast/standalone_sender/
Dreceiver_chooser.cc27 ResultCallback result_callback) in ReceiverChooser()
/external/openthread/tests/scripts/thread-cert/
Drun_cert_suite.py179 def result_callback(iteration_id, script, dic, port_offset): function
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dremote_service_manager.cc80 att::ResultFunction<> result_callback, in Initialize()
203 att::ResultFunction<> result_callback) { in ConfigureServiceChangedNotifications()
Dgeneric_attribute_service_test.cc141 auto result_callback = [&](auto status, const ByteBuffer& value) { in TEST_F() local
/external/cronet/tot/net/dns/
Dstale_host_resolver.cc119 CompletionOnceCallback result_callback) { in Start()
/external/cronet/stable/net/dns/
Dstale_host_resolver.cc119 CompletionOnceCallback result_callback) { in Start()
/external/perfetto/src/tracing/test/
Dmock_consumer.cc153 auto result_callback = [on_trace_stats, &stats](bool, const TraceStats& s) { in WaitForTraceStats() local
/external/pigweed/pw_bluetooth_sapphire/host/att/
Ddatabase_test.cc555 Attribute::WriteResultCallback result_callback; member
627 Attribute::WriteResultCallback result_callback) { in WriteHandler()
/external/perfetto/src/trace_processor/rpc/
Drpc.cc493 const QueryResultBatchCallback& result_callback) { in Query()
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_advertising_manager_test.cc86 hci::ResultFunction<> result_callback) override { in StartAdvertising()