Searched refs:timestamp_cb_called (Results 1 – 1 of 1) sorted by relevance
72 static bool timestamp_cb_called; variable166 timestamp_cb_called = true; in timestamp_callback()195 timestamp_cb_called = false; in test_timestamp_setup()203 zassert_true(timestamp_cb_called, "Timestamp callback not called\n"); in test_timestamp_setup()209 timestamp_cb_called = true; in timestamp_callback_2()241 timestamp_cb_called = false; in test_timestamp_setup_2nd_iface()249 zassert_true(timestamp_cb_called, "Timestamp callback not called\n"); in test_timestamp_setup_2nd_iface()260 timestamp_cb_called = false; in test_timestamp_setup_all()274 zassert_true(timestamp_cb_called, "Timestamp callback not called\n"); in test_timestamp_setup_all()289 timestamp_cb_called = false; in test_timestamp_cleanup()[all …]