Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c446 const char * const resource_path[] = { in ZTEST() local
459 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
463 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
467 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
471 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
475 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
479 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
483 r = _coap_match_path_uri(resource_path, uri, strlen(uri)); in ZTEST()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.c1469 struct lwm2m_obj_path resource_path; in do_write_op_senml_json() local
1530 ret = lwm2m_string_to_path(full_name, &resource_path, '/'); in do_write_op_senml_json()
1537 msg->path = resource_path; in do_write_op_senml_json()