/system/webservd/libwebserv/ |
D | server.h | 48 class LIBWEBSERV_EXPORT Server { 50 Server() = default; 51 virtual ~Server() = default; 66 static std::unique_ptr<Server> ConnectToServerViaDBus( 84 static std::unique_ptr<Server> ConnectToServerViaBinder( 127 DISALLOW_COPY_AND_ASSIGN(Server);
|
D | server.cc | 30 unique_ptr<Server> Server::ConnectToServerViaDBus( in ConnectToServerViaDBus() 37 unique_ptr<Server> ret(server); in ConnectToServerViaDBus() 44 std::unique_ptr<Server> ConnectToServerViaBinder( in ConnectToServerViaBinder() 48 return unique_ptr<Server>(new BinderServer( in ConnectToServerViaBinder()
|
D | binder_server.h | 41 class LIBWEBSERV_PRIVATE BinderServer : public Server {
|
D | dbus_server.h | 48 class LIBWEBSERV_PRIVATE DBusServer : public Server {
|
/system/webservd/webservd/ |
D | server.cc | 79 Server::Server(ExportedObjectManager* object_manager, const Config& config, in Server() function in webservd::Server 92 Server::~Server() {} in ~Server() 94 void Server::RegisterAsync( in RegisterAsync() 105 base::Bind(&Server::OnFirewallServiceOnline, in RegisterAsync() 118 void Server::OnFirewallServiceOnline() { in OnFirewallServiceOnline() 134 std::string Server::Ping() { in Ping() 138 void Server::ProtocolHandlerStarted(ProtocolHandler* handler) { in ProtocolHandlerStarted() 153 void Server::ProtocolHandlerStopped(ProtocolHandler* handler) { in ProtocolHandlerStopped() 158 void Server::CreateProtocolHandler(Config::ProtocolHandler* handler_config) { in CreateProtocolHandler() 165 void Server::InitTlsData() { in InitTlsData() [all …]
|
D | server.h | 41 class Server final : public org::chromium::WebServer::ServerInterface, 44 Server(brillo::dbus_utils::ExportedObjectManager* object_manager, 48 ~Server(); 101 base::WeakPtrFactory<Server> weak_ptr_factory_{this}; 102 DISALLOW_COPY_AND_ASSIGN(Server);
|
D | dbus_request_handler.h | 28 class Server; variable 34 DBusRequestHandler(Server* server, 42 Server* server_{nullptr};
|
D | dbus_protocol_handler.h | 43 class Server; variable 53 Server* server); 120 Server* server_{nullptr};
|
D | Android.mk | 44 dbus_bindings/org.chromium.WebServer.Server.dbus-xml \ 80 dbus_bindings/org.chromium.WebServer.Server.dbus-xml \
|
D | main.cc | 65 server_.reset(new webservd::Server{ in RegisterDBusObjectsAsync() 78 std::unique_ptr<webservd::Server> server_;
|
D | dbus_request_handler.cc | 45 DBusRequestHandler::DBusRequestHandler(Server* server, in DBusRequestHandler()
|
D | dbus_protocol_handler.cc | 36 Server* server) in DBusProtocolHandler()
|
/system/webservd/test-client/ |
D | main.cc | 42 using libwebserv::Server; 84 webserver_ = Server::ConnectToServerViaDBus( in OnInit() 90 webserver_ = Server::ConnectToServerViaBinder( in OnInit() 108 std::unique_ptr<Server> webserver_;
|
/system/bt/doc/ |
D | supported_features.md | 9 SDP | 4.2 | Server, Client 11 GATT | 4.2 | Client, Server; LE and BR/EDR 12 ATT | 4.2 | Client, Server; LE and BR/EDR
|
/system/bt/service/ |
D | gatt_server_old.h | 67 class Server { 69 Server(); 70 ~Server();
|
D | gatt_server_old.cpp | 537 Server::Server() : internal_(nullptr) {} in Server() function in bluetooth::gatt::Server 539 Server::~Server() {} in ~Server() 541 bool Server::Initialize(const UUID& service_id, int* gatt_pipe) { in Initialize() 576 bool Server::SetAdvertisement(const std::vector<UUID>& ids, in SetAdvertisement() 610 bool Server::SetScanResponse(const std::vector<UUID>& ids, in SetScanResponse() 644 bool Server::AddCharacteristic( in AddCharacteristic() 660 bool Server::AddBlob(const UUID &id, const UUID &control_id, int properties, in AddBlob() 699 bool Server::Start() { in Start() 712 bool Server::Stop() { in Stop() 725 bool Server::ScanEnable() { in ScanEnable() [all …]
|
/system/weaved/buffet/ |
D | webserv_client.h | 39 class Server; variable 78 std::unique_ptr<libwebserv::Server> web_server_;
|
D | webserv_client.cc | 96 web_server_ = libwebserv::Server::ConnectToServerViaDBus(
|
/system/ca-certificates/google/files/ |
D | 4fbd6bfa.0 | 74 … TLS Web Server Authentication, Microsoft Server Gated Crypto, Netscape Server Gated Crypto
|
D | ff783690.0 | 74 TLS Web Server Authentication, IPSec End System, IPSec Tunnel, IPSec User
|
/system/bt/service/ipc/ |
D | linux_ipc_host.h | 103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
|
D | linux_ipc_host.cpp | 113 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server); in OnCreateService()
|
/system/webservd/ |
D | webserver.gyp | 56 'webservd/dbus_bindings/org.chromium.WebServer.Server.dbus-xml', 98 'webservd/dbus_bindings/org.chromium.WebServer.Server.dbus-xml',
|
/system/core/adb/ |
D | OVERVIEW.TXT | 64 these services run within the ADB Server and thus do not need to 79 1. Client <-> Server protocol:
|
/system/connectivity/shill/doc/ |
D | ipconfig-api.txt | 97 Server-provided value for the DHCP option 43
|