Searched refs:restart_tcp_service (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/adb/daemon/ |
D | restart_service_test.cpp | 42 "tcp", std::bind(restart_tcp_service, std::placeholders::_1, assigned_port)); in TEST() 58 "tcp", std::bind(restart_tcp_service, std::placeholders::_1, port)); in TEST()
|
D | restart_service.h | 24 void restart_tcp_service(unique_fd fd, int port);
|
D | restart_service.cpp | 57 void restart_tcp_service(unique_fd fd, int port) { in restart_tcp_service() function
|
D | services.cpp | 323 std::bind(restart_tcp_service, std::placeholders::_1, port)); in daemon_service_to_fd()
|