Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c1631 static void assert_coap_packet_set_path_query_options(const char *path, in assert_coap_packet_set_path_query_options() function
1681 assert_coap_packet_set_path_query_options(" ", NULL, 0U, COAP_OPTION_URI_PATH); in ZTEST()
1682 assert_coap_packet_set_path_query_options("", NULL, 0U, COAP_OPTION_URI_PATH); in ZTEST()
1683 assert_coap_packet_set_path_query_options("/", NULL, 0U, COAP_OPTION_URI_PATH); in ZTEST()
1684 assert_coap_packet_set_path_query_options("?", NULL, 0U, COAP_OPTION_URI_QUERY); in ZTEST()
1686 assert_coap_packet_set_path_query_options("?a", in ZTEST()
1689 assert_coap_packet_set_path_query_options("?a&b", in ZTEST()
1693 assert_coap_packet_set_path_query_options("a", in ZTEST()
1696 assert_coap_packet_set_path_query_options("a", NULL, 0, COAP_OPTION_URI_QUERY); in ZTEST()
1697 assert_coap_packet_set_path_query_options("a/", in ZTEST()
[all …]