Home
last modified time | relevance | path

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

/uoscore-uedhoc-3.5.0/test/oscore_unit_tests/
Dunit_test_option.c36 static void get_observe_value_and_compare(struct o_coap_option *options, uint8_t options_cnt, struc… in get_observe_value_and_compare() function
201 get_observe_value_and_compare(NULL, 0, &output, false, NULL); in t404_get_observe_value()
202 get_observe_value_and_compare(options_default, 0, NULL, false, NULL); in t404_get_observe_value()
208get_observe_value_and_compare(options_default, GET_ARRAY_SIZE(options_default), &output, true, &ex… in t404_get_observe_value()
209get_observe_value_and_compare(options_long_observe, GET_ARRAY_SIZE(options_long_observe), &output,… in t404_get_observe_value()
210get_observe_value_and_compare(options_empty_observe, GET_ARRAY_SIZE(options_empty_observe), &outpu… in t404_get_observe_value()
213get_observe_value_and_compare(options_no_observe, GET_ARRAY_SIZE(options_no_observe), &output, fal… in t404_get_observe_value()