Home
last modified time | relevance | path

Searched defs:ServerConfig (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.h35 struct ServerConfig { struct
36 enum class Security {
43 std::string addr;
44 int port;
46 std::string path;
48 Security security;
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dserver_config.cpp28 ServerConfig::ServerConfig(const std::vector<std::string>& stuns) in ServerConfig() function in cuttlefish::ServerConfig