Home
last modified time | relevance | path

Searched defs:kConnection (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc40 const char request_header::kConnection[] = "Connection"; member in brillo::http::request_header
78 const char response_header::kConnection[] = "Connection"; member in brillo::http::response_header
/aosp_15_r20/external/openscreen/osp/public/presentation/
H A Dpresentation_receiver.h104 enum class Type { kInitiation, kConnection }; enumerator
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_request_headers.h86 static const char kConnection[]; variable
H A Dhttp_request_headers.cc56 const char HttpRequestHeaders::kConnection[] = "Connection"; member in net::HttpRequestHeaders
/aosp_15_r20/external/webrtc/p2p/base/
H A Dwrapping_active_ice_controller_unittest.cc54 static const Connection* kConnection = variable
/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc293 const char kConnection[] = "\r\nConnection: "; in ReadIntoBuffer() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dpeer.h147 enum class TokenType { kInitializing, kConnection }; enumerator