HomeSort by relevance Sort by last modified time
    Searched refs:protocol_handler (Results 1 - 13 of 13) sorted by null

  /system/webservd/libwebserv/
protocol_handler.cc 15 #include <libwebserv/protocol_handler.h>
Android.mk 28 protocol_handler.cc \
dbus_server.cc 61 DBusProtocolHandler* protocol_handler = local
63 if (!protocol_handler) {
72 new RequestImpl{protocol_handler, url, method}};
88 protocol_handler,
99 return protocol_handler->ProcessRequest(protocol_handler_id,
dbus_protocol_handler.h 33 #include <libwebserv/protocol_handler.h>
  /system/weaved/buffet/
webserv_client.cc 20 #include <libwebserv/protocol_handler.h>
152 libwebserv::ProtocolHandler* protocol_handler) {
153 if (protocol_handler->GetName() == libwebserv::ProtocolHandler::kHttp) {
154 http_port_ = *protocol_handler->GetPorts().begin();
155 } else if (protocol_handler->GetName() ==
157 https_port_ = *protocol_handler->GetPorts().begin();
158 certificate_ = protocol_handler->GetCertificateFingerprint();
165 libwebserv::ProtocolHandler* protocol_handler) {
166 if (protocol_handler->GetName() == libwebserv::ProtocolHandler::kHttp) {
168 } else if (protocol_handler->GetName() =
    [all...]
webserv_client.h 69 libwebserv::ProtocolHandler* protocol_handler);
72 libwebserv::ProtocolHandler* protocol_handler);
  /system/webservd/webservd/
dbus_protocol_handler.cc 22 #include "webservd/protocol_handler.h"
35 ProtocolHandler* protocol_handler,
39 protocol_handler_{protocol_handler},
41 dbus_adaptor_.SetId(protocol_handler->GetID());
42 dbus_adaptor_.SetName(protocol_handler->GetName());
43 dbus_adaptor_.SetPort(protocol_handler->GetPort());
44 dbus_adaptor_.SetProtocol(protocol_handler->GetProtocol());
46 protocol_handler->GetCertificateFingerprint());
Android.mk 51 protocol_handler.cc \
server.cc 29 #include "webservd/protocol_handler.h"
159 std::unique_ptr<ProtocolHandler> protocol_handler{
161 if (protocol_handler->Start(handler_config))
162 protocol_handlers_.push_back(std::move(protocol_handler));
dbus_protocol_handler.h 52 ProtocolHandler* protocol_handler,
request.h 75 ProtocolHandler* protocol_handler);
request.cc 28 #include "webservd/protocol_handler.h"
91 ProtocolHandler* protocol_handler)
98 protocol_handler_{protocol_handler} {
  /system/webservd/test-client/
main.cc 19 #include <libwebserv/protocol_handler.h>

Completed in 5943 milliseconds