Home
last modified time | relevance | path

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

/system/webservd/libwebserv/
Dprotocol_handler.h51 virtual std::set<uint16_t> GetPorts() const = 0;
Ddbus_protocol_handler.h60 std::set<uint16_t> GetPorts() const override;
Ddbus_protocol_handler.cc83 std::set<uint16_t> DBusProtocolHandler::GetPorts() const { in GetPorts() function in libwebserv::DBusProtocolHandler
/system/weaved/buffet/
Dwebserv_client.cc154 http_port_ = *protocol_handler->GetPorts().begin(); in OnProtocolHandlerConnected()
157 https_port_ = *protocol_handler->GetPorts().begin(); in OnProtocolHandlerConnected()