Home
last modified time | relevance | path

Searched defs:uri_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dcoap.py209 uri_path=None, argument
253 def uri_path(self): member in CoapMessage
332 def uri_path(self): member in CoapMessageProxy
356 def add_uri_path_for(self, message_id, token, uri_path): argument
H A Dmessage.py304 def assertCoapMessageRequestUriPath(self, uri_path): argument
384 def next_coap_message(self, code, uri_path=None, assert_enabled=True): argument
/aosp_15_r20/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp422 const std::string& uri_path, struct lws* wsi) { in InstantiateHandler()
434 const std::string& uri_path, struct lws* wsi) { in InstantiateDynHandler()
/aosp_15_r20/external/libevent/sample/
H A Dhttp-connect.c34 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_path() function
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/pktverify/
H A Dpacket_filter.py380 def filter_coap_request(self, uri_path, port=None, confirmable=None, **kwargs): argument
396 def filter_coap_ack(self, uri_path, port=None, **kwargs): argument
/aosp_15_r20/external/curl/lib/
H A Dcookie.c147 char *uri_path = NULL; in pathmatch() local
/aosp_15_r20/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c1727 const char *uri_path; in ipp_cups_connect() local
/aosp_15_r20/packages/services/BuiltInPrintService/jni/include/
Dlib_wprint.h221 const char *uri_path; member
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_unittest.cc1832 FilePath uri_path = InsertImageIntoMediaStore(image_copy); in TEST_F() local