Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/1.0/default/test/
H A Dasync_fd_watcher_unittest.cc50 int StartServer() { in StartServer() function in android::hardware::bluetooth::V1_0::implementation::AsyncFdWatcherSocketTest
102 socket_fd_ = StartServer(); in ConfigureServer()
201 int socket_fd = StartServer(); in TEST_F()
222 int socket_fd = StartServer(); in TEST_F()
244 int socket_fd = StartServer(); in TEST_F()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapuserd_daemon.cpp33 bool Daemon::StartServer(int argc, char** argv) { in StartServer() function in android::snapshot::Daemon
125 if (!daemon.StartServer(argc, argv)) { in main()
H A Dsnapuserd_daemon.h38 bool StartServer(int argc, char** argv);
/aosp12/system/bt/gd/facade/
H A Dgrpc_root_server.h29 void StartServer(const std::string& address, int grpc_root_server_port, int grpc_port);
H A Dgrpc_root_server.cc129 grpc_module->StartServer("0.0.0.0", grpc_port_); in StartStack()
166 void GrpcRootServer::StartServer(const std::string& address, int grpc_root_server_port, int grpc_po… in StartServer() function in bluetooth::facade::GrpcRootServer
H A Dfacade_main.cc149 grpc_root_server.StartServer("0.0.0.0", root_server_port, grpc_port); in main()
/aosp12/system/bt/vendor_libs/test_vendor_lib/test/
H A Dasync_manager_unittest.cc41 int StartServer() { in StartServer() function in test_vendor_lib::AsyncManagerSocketTest
84 socket_fd_ = StartServer(); in SetUp()
H A Dlink_layer_socket_device_test.cc70 int StartServer() { in StartServer() function in test_vendor_lib::LinkLayerSocketDeviceTest
123 socket_fd_ = StartServer(); in SetUp()
/aosp12/system/bt/gd/grpc/
H A Dgrpc_module.h34 void StartServer(const std::string& address, int port);
H A Dgrpc_module.cc37 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer() function in bluetooth::grpc::GrpcModule
/aosp12/system/update_engine/scripts/
H A Dupdate_device.py314 def StartServer(ota_filename, serving_range): function
513 server_thread = StartServer(args.otafile, serving_range)