Home
last modified time | relevance | path

Searched refs:StartServer (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/facade/
Dgrpc_root_server.h29 void StartServer(const std::string& address, int grpc_root_server_port, int grpc_port);
Dgrpc_root_server.cc128 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
Dfacade_main.cc127 grpc_root_server.StartServer("0.0.0.0", root_server_port, grpc_port); in main()
/system/bt/gd/grpc/
Dgrpc_module.h34 void StartServer(const std::string& address, int port);
Dgrpc_module.cc37 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer() function in bluetooth::grpc::GrpcModule
/system/bt/vendor_libs/test_vendor_lib/test/
Dasync_manager_unittest.cc41 int StartServer() { in StartServer() function in test_vendor_lib::AsyncManagerSocketTest
84 socket_fd_ = StartServer(); in SetUp()
Dlink_layer_socket_device_test.cc70 int StartServer() { in StartServer() function in test_vendor_lib::LinkLayerSocketDeviceTest
123 socket_fd_ = StartServer(); in SetUp()
/system/update_engine/scripts/
Dupdate_device.py284 def StartServer(ota_filename, serving_range): function
416 server_thread = StartServer(args.otafile, serving_range)