Home
last modified time | relevance | path

Searched defs:ServerInfo (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/packages/modules/DnsResolver/doh/network/
Dmod.rs43 pub struct ServerInfo { struct
44 pub net_id: u32,
45 pub url: Url,
46 pub peer_addr: SocketAddr,
70 info: ServerInfo, argument
77 info: ServerInfo, in new()
114 pub fn get_info(&self) -> &ServerInfo { in get_info()
Ddriver.rs77 info: &ServerInfo, in build_connection()
91 info: ServerInfo, in new()
/aosp_15_r20/external/bazelbuild-rules_rust/examples/proto/helloworld/
H A Dhelloworld_test.rs25 struct ServerInfo { struct
36 impl ServerInfo { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/net/smtp/
Dauth.go22 Start(server *ServerInfo) (proto string, toServer []byte, err error)
34 type ServerInfo struct { struct
35 Name string // SMTP server name
36 TLS bool // using TLS, with valid certificate for Name
37 Auth []string // advertised authentication mechanisms
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_server_properties.h131 struct NET_EXPORT ServerInfo { struct
163 struct NET_EXPORT ServerInfoMapKey { argument
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTestServiceTrusty.cpp52 struct ServerInfo { struct
70 std::vector<ServerInfo> servers; in main() argument
/aosp_15_r20/external/grpc-grpc/test/core/handshake/
H A Dserver_ssl_common.cc88 class ServerInfo { class
90 explicit ServerInfo(int p) : port_(p) {} in ServerInfo() function in __anon5d7d34bc0111::ServerInfo
/aosp_15_r20/packages/modules/DnsResolver/doh/dispatcher/
Ddriver.rs104 async fn probe(&mut self, info: ServerInfo, timeout: Duration) -> Result<()> { in probe()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DBootstrapper.java58 abstract static class ServerInfo { class in Bootstrapper
/aosp_15_r20/packages/modules/DnsResolver/doh/connection/
Dmod.rs135 info: &ServerInfo, in new()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go1284 ServerInfo *struct { member
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1284 ServerInfo *struct { member
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go1284 ServerInfo *struct { member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go3252 ServerInfo *COSERVERINFO member