Searched refs:expect_success (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | gatt_utils.h | 13 void read_test_char(bool expect_success);
|
D | gatt_utils.c | 319 static void read_char(uint16_t handle, bool expect_success) in read_char() argument 331 if (expect_success) { in read_char() 345 void read_test_char(bool expect_success) in read_test_char() argument 347 read_char(gatt_handles[TEST_CHAR], expect_success); in read_test_char()
|
/Zephyr-Core-3.7.0/tests/posix/common/src/ |
D | pthread_attr.c | 36 static void create_thread_common_entry(const pthread_attr_t *attrp, bool expect_success, in create_thread_common_entry() argument 45 if (expect_success) { in create_thread_common_entry() 70 static void create_thread_common(const pthread_attr_t *attrp, bool expect_success, bool joinable) in create_thread_common() argument 72 create_thread_common_entry(attrp, expect_success, joinable, thread_entry, in create_thread_common()
|