/external/pigweed/pw_async_basic/ |
D | heap_dispatcher_test.cc | 44 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()
|
D | BUILD.gn | 20 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",
|
D | BUILD.bazel | 127 "//pw_async:heap_dispatcher",
|
/external/pigweed/pw_async/ |
D | BUILD.gn | 21 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",
|
D | BUILD.bazel | 113 name = "heap_dispatcher", 114 srcs = ["heap_dispatcher.cc"], 115 hdrs = ["public/pw_async/heap_dispatcher.h"], 132 "public/pw_async/heap_dispatcher.h",
|
D | CMakeLists.txt | 68 pw_add_library(pw_async.heap_dispatcher STATIC 70 public/pw_async/heap_dispatcher.h 72 heap_dispatcher.cc
|
D | heap_dispatcher.gni | 28 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/ |
D | security_request_phase_test.cc | 48 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()
|
D | phase_2_legacy_test.cc | 87 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/ |
D | mock_controller.cc | 214 (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()
|
D | controller_test_double_base.cc | 39 (void)heap_dispatcher().Post( in SendCommandChannelPacket() 59 (void)heap_dispatcher().Post( in SendACLDataChannelPacket()
|
D | BUILD.gn | 41 "$dir_pw_async:heap_dispatcher", 87 "$dir_pw_async:heap_dispatcher",
|
D | BUILD.bazel | 48 "//pw_async:heap_dispatcher", 103 "//pw_async:heap_dispatcher",
|
/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
D | service_discoverer_test.cc | 67 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/ |
D | BUILD.gn | 71 "$dir_pw_async:heap_dispatcher", 93 "$dir_pw_async:heap_dispatcher",
|
D | BUILD.bazel | 66 "//pw_async:heap_dispatcher", 98 "//pw_async:heap_dispatcher",
|
D | low_energy_connector_test.cc | 115 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/ |
D | mock_channel_test.cc | 87 (void)heap_dispatcher().Post( in OnPacketSent()
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
D | mock_channel_test.h | 93 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/ |
D | controller_test_double_base.h | 49 pw::async::HeapDispatcher& heap_dispatcher() { return heap_dispatcher_; } in heap_dispatcher() function
|
D | fake_controller.h | 487 (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/ |
D | BUILD.gn | 96 "$dir_pw_async:heap_dispatcher",
|
D | BUILD.bazel | 110 "//pw_async:heap_dispatcher",
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | BUILD.gn | 118 "$dir_pw_async:heap_dispatcher",
|
D | BUILD.bazel | 132 "//pw_async:heap_dispatcher",
|