Searched refs:StartServer (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/facade/ |
D | grpc_root_server.h | 29 void StartServer(const std::string& address, int grpc_root_server_port, int grpc_port);
|
D | grpc_root_server.cc | 128 grpc_module->StartServer("0.0.0.0", grpc_port_); in StartStack() 165 void GrpcRootServer::StartServer(const std::string& address, int grpc_root_server_port, int grpc_po… in StartServer() function in bluetooth::facade::GrpcRootServer
|
D | facade_main.cc | 127 grpc_root_server.StartServer("0.0.0.0", root_server_port, grpc_port); in main()
|
/system/bt/gd/grpc/ |
D | grpc_module.h | 34 void StartServer(const std::string& address, int port);
|
D | grpc_module.cc | 37 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer() function in bluetooth::grpc::GrpcModule
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | async_manager_unittest.cc | 41 int StartServer() { in StartServer() function in test_vendor_lib::AsyncManagerSocketTest 84 socket_fd_ = StartServer(); in SetUp()
|
D | link_layer_socket_device_test.cc | 70 int StartServer() { in StartServer() function in test_vendor_lib::LinkLayerSocketDeviceTest 123 socket_fd_ = StartServer(); in SetUp()
|
/system/update_engine/scripts/ |
D | update_device.py | 284 def StartServer(ota_filename, serving_range): function 416 server_thread = StartServer(args.otafile, serving_range)
|