Lines Matching full:ad
254 QDict *ad; in test_tco_second_timeout_pause() local
267 ad = get_watchdog_action(&td); in test_tco_second_timeout_pause()
268 g_assert(!strcmp(qdict_get_str(ad, "action"), "pause")); in test_tco_second_timeout_pause()
269 qobject_unref(ad); in test_tco_second_timeout_pause()
279 QDict *ad; in test_tco_second_timeout_reset() local
292 ad = get_watchdog_action(&td); in test_tco_second_timeout_reset()
293 g_assert(!strcmp(qdict_get_str(ad, "action"), "reset")); in test_tco_second_timeout_reset()
294 qobject_unref(ad); in test_tco_second_timeout_reset()
304 QDict *ad; in test_tco_second_timeout_shutdown() local
317 ad = get_watchdog_action(&td); in test_tco_second_timeout_shutdown()
318 g_assert(!strcmp(qdict_get_str(ad, "action"), "shutdown")); in test_tco_second_timeout_shutdown()
319 qobject_unref(ad); in test_tco_second_timeout_shutdown()
329 QDict *ad; in test_tco_second_timeout_none() local
342 ad = get_watchdog_action(&td); in test_tco_second_timeout_none()
343 g_assert(!strcmp(qdict_get_str(ad, "action"), "none")); in test_tco_second_timeout_none()
344 qobject_unref(ad); in test_tco_second_timeout_none()