Home
last modified time | relevance | path

Searched refs:heap_dispatcher (Results 1 – 25 of 33) sorted by relevance

12

/external/pigweed/pw_async_basic/
Dheap_dispatcher_test.cc44 HeapDispatcher heap_dispatcher(dispatcher()); in TEST_F() local
47 Status status = heap_dispatcher.Post( in TEST_F()
56 HeapDispatcher heap_dispatcher(dispatcher()); in TEST_F() local
61 heap_dispatcher.Post([checker = DestructionChecker(&flag)]( in TEST_F()
DBUILD.gn20 import("$dir_pw_async/heap_dispatcher.gni")
127 # This target cannot be labeled "heap_dispatcher" or else the outpath Ninja uses
128 # for heap_dispatcher.cc will collide with $dir_pw_async:heap_dispatcher.
134 group("heap_dispatcher") {
145 ":heap_dispatcher",
DBUILD.bazel127 "//pw_async:heap_dispatcher",
/external/pigweed/pw_async/
DBUILD.gn21 import("$dir_pw_async/heap_dispatcher.gni")
106 pw_async_heap_dispatcher_source_set("heap_dispatcher") {
129 "heap_dispatcher.cc",
131 "public/pw_async/heap_dispatcher.h",
DBUILD.bazel113 name = "heap_dispatcher",
114 srcs = ["heap_dispatcher.cc"],
115 hdrs = ["public/pw_async/heap_dispatcher.h"],
132 "public/pw_async/heap_dispatcher.h",
DCMakeLists.txt68 pw_add_library(pw_async.heap_dispatcher STATIC
70 public/pw_async/heap_dispatcher.h
72 heap_dispatcher.cc
Dheap_dispatcher.gni28 public = [ "$dir_pw_async/public/pw_async/heap_dispatcher.h" ]
29 sources = [ "$dir_pw_async/heap_dispatcher.cc" ]
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dsecurity_request_phase_test.cc48 pw::async::HeapDispatcher& heap_dispatcher() { return heap_dispatcher_; } in heap_dispatcher() function in bt::sm::__anon93f8d4600111::SecurityRequestPhaseTest
98 (void)heap_dispatcher().Post( in TEST_F()
115 (void)heap_dispatcher().Post( in TEST_F()
136 (void)heap_dispatcher().Post( in TEST_F()
Dphase_2_legacy_test.cc87 pw::async::HeapDispatcher& heap_dispatcher() { return heap_dispatcher_; } in heap_dispatcher() function in bt::sm::__anonc31634860111::Phase2LegacyTest
416 (void)heap_dispatcher().Post( in TEST_F()
441 (void)heap_dispatcher().Post( in TEST_F()
465 (void)heap_dispatcher().Post( in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dmock_controller.cc214 (void)heap_dispatcher().Post( in OnCommandReceived()
246 (void)heap_dispatcher().Post( in OnACLDataPacketReceived()
291 (void)heap_dispatcher().Post( in SendCommand()
302 (void)heap_dispatcher().Post( in SendAclData()
313 (void)heap_dispatcher().Post( in SendScoData()
324 (void)heap_dispatcher().Post( in SendIsoData()
Dcontroller_test_double_base.cc39 (void)heap_dispatcher().Post( in SendCommandChannelPacket()
59 (void)heap_dispatcher().Post( in SendACLDataChannelPacket()
DBUILD.gn41 "$dir_pw_async:heap_dispatcher",
87 "$dir_pw_async:heap_dispatcher",
DBUILD.bazel48 "//pw_async:heap_dispatcher",
103 "//pw_async:heap_dispatcher",
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Dservice_discoverer_test.cc67 pw::async::HeapDispatcher& heap_dispatcher() { return heap_dispatcher_; } in heap_dispatcher() function in bt::sdp::__anon62a6ccdd0111::ServiceDiscovererTest
124 [dispatcher = heap_dispatcher(), &searches]( in TEST_F()
210 [dispatcher = heap_dispatcher(), &searches]( in TEST_F()
235 [cb_dispatcher = heap_dispatcher(), &searches]( in TEST_F()
300 [cb_dispatcher = heap_dispatcher(), &searches]( in TEST_F()
363 [cb_dispatcher = heap_dispatcher(), &searches]( in TEST_F()
420 [cb_dispatcher = heap_dispatcher(), &searches]( in TEST_F()
478 [cb_dispatcher = heap_dispatcher(), &searches]( in TEST_F()
541 [cb_dispatcher = heap_dispatcher(), &searches]( in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/hci/
DBUILD.gn71 "$dir_pw_async:heap_dispatcher",
93 "$dir_pw_async:heap_dispatcher",
DBUILD.bazel66 "//pw_async:heap_dispatcher",
98 "//pw_async:heap_dispatcher",
Dlow_energy_connector_test.cc115 pw::async::HeapDispatcher& heap_dispatcher() { return heap_dispatcher_; } in heap_dispatcher() function in bt::hci::__anonc68a4e890111::LowEnergyConnectorTest
396 (void)heap_dispatcher().Post( in TEST_P()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dmock_channel_test.cc87 (void)heap_dispatcher().Post( in OnPacketSent()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dmock_channel_test.h93 pw::async::HeapDispatcher& heap_dispatcher() { return heap_dispatcher_; } in heap_dispatcher() function
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dcontroller_test_double_base.h49 pw::async::HeapDispatcher& heap_dispatcher() { return heap_dispatcher_; } in heap_dispatcher() function
Dfake_controller.h487 (void)heap_dispatcher().Post( in SendAclData()
498 (void)heap_dispatcher().Post( in SendScoData()
509 (void)heap_dispatcher().Post( in SendIsoData()
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
DBUILD.gn96 "$dir_pw_async:heap_dispatcher",
DBUILD.bazel110 "//pw_async:heap_dispatcher",
/external/pigweed/pw_bluetooth_sapphire/host/gap/
DBUILD.gn118 "$dir_pw_async:heap_dispatcher",
DBUILD.bazel132 "//pw_async:heap_dispatcher",

12