/aosp12/hardware/interfaces/bluetooth/1.0/default/test/ |
H A D | async_fd_watcher_unittest.cc | 50 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 D | snapuserd_daemon.cpp | 33 bool Daemon::StartServer(int argc, char** argv) { in StartServer() function in android::snapshot::Daemon 125 if (!daemon.StartServer(argc, argv)) { in main()
|
H A D | snapuserd_daemon.h | 38 bool StartServer(int argc, char** argv);
|
/aosp12/system/bt/gd/facade/ |
H A D | grpc_root_server.h | 29 void StartServer(const std::string& address, int grpc_root_server_port, int grpc_port);
|
H A D | grpc_root_server.cc | 129 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 D | facade_main.cc | 149 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 D | async_manager_unittest.cc | 41 int StartServer() { in StartServer() function in test_vendor_lib::AsyncManagerSocketTest 84 socket_fd_ = StartServer(); in SetUp()
|
H A D | link_layer_socket_device_test.cc | 70 int StartServer() { in StartServer() function in test_vendor_lib::LinkLayerSocketDeviceTest 123 socket_fd_ = StartServer(); in SetUp()
|
/aosp12/system/bt/gd/grpc/ |
H A D | grpc_module.h | 34 void StartServer(const std::string& address, int port);
|
H A D | grpc_module.cc | 37 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer() function in bluetooth::grpc::GrpcModule
|
/aosp12/system/update_engine/scripts/ |
H A D | update_device.py | 314 def StartServer(ota_filename, serving_range): function 513 server_thread = StartServer(args.otafile, serving_range)
|