Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Daspeed_gpio-test.c48 g_assert(qtest_qom_get_bool(s, "/machine/soc/gpio", "gpioV4")); in test_set_colocated_pins()
49 g_assert(!qtest_qom_get_bool(s, "/machine/soc/gpio", "gpioV5")); in test_set_colocated_pins()
50 g_assert(qtest_qom_get_bool(s, "/machine/soc/gpio", "gpioV6")); in test_set_colocated_pins()
51 g_assert(!qtest_qom_get_bool(s, "/machine/soc/gpio", "gpioV7")); in test_set_colocated_pins()
H A Daspeed_smc-test.c438 g_assert(!qtest_qom_get_bool in test_read_status_reg()
448 g_assert(qtest_qom_get_bool in test_read_status_reg()
458 g_assert(!qtest_qom_get_bool in test_read_status_reg()
H A Dlibqtest.h1058 bool qtest_qom_get_bool(QTestState *s, const char *path, const char *property);
H A Dlibqtest.c1849 bool qtest_qom_get_bool(QTestState *s, const char *path, const char *property) in qtest_qom_get_bool() function