Searched defs:grpc_port (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/gd/facade/ |
H A D | grpc_root_server.cc | 62 RootFacadeService(int grpc_port) : grpc_port_(grpc_port) {} in RootFacadeService() 166 …GrpcRootServer::StartServer(const std::string& address, int grpc_root_server_port, int grpc_port) { in StartServer()
|
H A D | facade_main.cc | 102 int grpc_port = 8899; in main() local
|
/aosp12/system/bt/gd/cert/ |
H A D | host_config.json | 17 "grpc_port": "8998", string 32 "grpc_port": "8999", string
|
H A D | rust_host_config.json | 17 "grpc_port": "8998", string 32 "grpc_port": "8999", string
|
H A D | rust_android_devices_config.json | 10 "grpc_port": "8898", string 31 "grpc_port": "8899", string
|
H A D | devices_config.json | 10 "grpc_port": "8898", string 32 "grpc_port": "8899", string
|
H A D | pts.json | 11 "grpc_port": "8899", string
|
H A D | gd_sl4a_device_config.json | 10 "grpc_port": "8898", string
|
/aosp12/system/bt/gd/rust/facade/src/ |
H A D | main.rs | 53 let grpc_port = value_t!(matches, "grpc-port", u16).unwrap(); in async_main() localVariable
|