Home
last modified time | relevance | path

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

/btstack/test/embedded/
H A Drun_loop_base_test.cpp13 static bool timer_called; variable
17 timer_called = true; in heartbeat_timeout_handler()
30 timer_called = false; in TEST_GROUP()
75 CHECK(timer_called == false); in TEST()
85 CHECK(timer_called == true); in TEST()
107 CHECK(timer_called == false); in TEST()
110 CHECK(timer_called == true); in TEST()
H A Dembedded_test.cpp28 static bool timer_called; variable
32 timer_called = true; in heartbeat_timeout_handler()