Home
last modified time | relevance | path

Searched refs:RunLoopWithExpectedCount (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libchrome/dbus/
H A Dbus_unittest.cc31 class RunLoopWithExpectedCount { class
33 RunLoopWithExpectedCount() : expected_quit_calls_(0), actual_quit_calls_(0) {} in RunLoopWithExpectedCount() function in dbus::__anonc8a80be50111::RunLoopWithExpectedCount
34 ~RunLoopWithExpectedCount() = default;
57 DISALLOW_COPY_AND_ASSIGN(RunLoopWithExpectedCount);
61 void OnServiceOwnerChanged(RunLoopWithExpectedCount* run_loop_state, in OnServiceOwnerChanged()
326 RunLoopWithExpectedCount run_loop_state; in TEST()