Home
last modified time | relevance | path

Searched defs:RunLoopFor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dloop_fixture.h27 void RunLoopFor(zx::duration duration) { loop_.RunFor(duration); } in RunLoopFor() function
/aosp_15_r20/external/pigweed/pw_async_fuchsia/
H A Ddispatcher_test.cc32 void RunLoopFor(zx::duration duration) { loop_.RunFor(duration); } in RunLoopFor() function in pw::async_fuchsia::DispatcherFuchsiaTest