Home
last modified time | relevance | path

Searched defs:put_ok_switch_protocol (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/netsim/rust/daemon/src/http_server/
H A Dserver_response.rs43 fn put_ok_switch_protocol(&mut self, connection: &str, headers: StrHeaders); in put_ok_switch_protocol() method
125 fn put_ok_switch_protocol(&mut self, connection: &str, headers: StrHeaders) { in put_ok_switch_protocol() method
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dffi.rs375 fn put_ok_switch_protocol(&mut self, _connection: &str, _headers: StrHeaders) { in put_ok_switch_protocol() method