Home
last modified time | relevance | path

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

/system/webservd/libwebserv/
Dprotocol_handler.cc19 const char ProtocolHandler::kHttp[] = "http"; member in libwebserv::ProtocolHandler
Dprotocol_handler.h105 static const char kHttp[]; variable
Ddbus_server.cc208 return GetProtocolHandler(ProtocolHandler::kHttp); in GetDefaultHttpHandler()
/system/weaved/buffet/
Dwebserv_client.cc153 if (protocol_handler->GetName() == libwebserv::ProtocolHandler::kHttp) { in OnProtocolHandlerConnected()
166 if (protocol_handler->GetName() == libwebserv::ProtocolHandler::kHttp) { in OnProtocolHandlerDisconnected()