Home
last modified time | relevance | path

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

/tests/bluetooth/host/keys/mocks/
A Dkeys_help_utils.c20 int fill_key_pool_by_id_addr(const struct id_addr_pair src[], int size, struct bt_keys *refs[]) in fill_key_pool_by_id_addr() argument
35 refs[it] = bt_keys_get_addr(id, addr); in fill_key_pool_by_id_addr()
36 if (refs[it] == NULL) { in fill_key_pool_by_id_addr()
45 int fill_key_pool_by_id_addr_type(const struct id_addr_type src[], int size, struct bt_keys *refs[]) in fill_key_pool_by_id_addr_type() argument
62 refs[it] = bt_keys_get_type(type, id, addr); in fill_key_pool_by_id_addr_type()
63 if (refs[it] == NULL) { in fill_key_pool_by_id_addr_type()
A Dkeys_help_utils.h31 int fill_key_pool_by_id_addr(const struct id_addr_pair src[], int size, struct bt_keys *refs[]);
33 struct bt_keys *refs[]);
/tests/lib/onoff/src/
A Dmain.c372 onoff_srv.refs = -1; in ZTEST()
392 zassert_equal(onoff_srv.refs, 1U, in ZTEST()
411 zassert_equal(onoff_srv.refs, 0U, in ZTEST()
440 zassert_equal(onoff_srv.refs, 0U, in ZTEST()
449 zassert_equal(onoff_srv.refs, 1U, in ZTEST()
460 zassert_equal(onoff_srv.refs, 0U, in ZTEST()
468 zassert_equal(onoff_srv.refs, 0U, in ZTEST()
561 zassert_equal(onoff_srv.refs, 0U, in ZTEST()
604 zassert_equal(onoff_srv.refs, 1U, in ZTEST()
625 zassert_equal(onoff_srv.refs, 2U, in ZTEST()
[all …]

Completed in 8 milliseconds