Searched refs:socket_name (Results 1 – 12 of 12) sorted by relevance
/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | credentialed_unix_server.cpp | 44 sockaddr_un socket_name = { in Open() local 47 std::snprintf(socket_name.sun_path, sizeof(socket_name.sun_path), "%s", in Open() 49 sockaddr* sockname_ptr = reinterpret_cast<sockaddr*>(&socket_name); in Open() 50 if (bind(fd.get(), sockname_ptr, sizeof(socket_name)) < 0) { in Open()
|
/device/google/cuttlefish/host/commands/cvd_update_location/ |
D | main.cc | 42 std::string socket_name = in UpdateLocationCvdMain() local 44 LOG(INFO) << "Server port: " << server_port << " socket: " << socket_name in UpdateLocationCvdMain() 48 grpc::CreateChannel(socket_name, grpc::InsecureChannelCredentials())); in UpdateLocationCvdMain()
|
/device/google/cuttlefish/host/commands/cvd_update_security_algorithm/ |
D | main.cc | 72 std::string socket_name = in UpdateSecurityAlgorithmMain() local 75 LOG(INFO) << "Connecting over local socket: " << socket_name; in UpdateSecurityAlgorithmMain() 77 cuttlefish::SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in UpdateSecurityAlgorithmMain()
|
/device/google/cuttlefish/host/commands/cvd_send_id_disclosure/ |
D | main.cc | 70 std::string socket_name = in SendIdDisclosureMain() local 73 LOG(INFO) << "Connecting over local socket: " << socket_name; in SendIdDisclosureMain() 75 cuttlefish::SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in SendIdDisclosureMain()
|
/device/google/cuttlefish/host/commands/cvd_send_sms/ |
D | main.cc | 64 std::string socket_name = std::string("modem_simulator") + in SendSmsMain() local 67 socket_name.c_str(), /* abstract */ true, SOCK_STREAM); in SendSmsMain()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | location_handler.cpp | 43 std::string socket_name = in HandleMessage() local 47 grpc::CreateChannel(socket_name, grpc::InsecureChannelCredentials())); in HandleMessage()
|
D | gpx_locations_handler.cpp | 54 std::string socket_name = in HandleMessage() local 58 grpc::CreateChannel(socket_name, grpc::InsecureChannelCredentials())); in HandleMessage()
|
D | kml_locations_handler.cpp | 54 std::string socket_name = in HandleMessage() local 58 grpc::CreateChannel(socket_name, grpc::InsecureChannelCredentials())); in HandleMessage()
|
/device/google/cuttlefish/host/commands/cvd_import_locations/ |
D | main.cc | 86 std::string socket_name = in ImportLocationsCvdMain() local 89 grpc::CreateChannel(socket_name, grpc::InsecureChannelCredentials())); in ImportLocationsCvdMain() 95 LOG(INFO) << "Server port: " << server_port << " socket: " << socket_name in ImportLocationsCvdMain()
|
/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | modem.cpp | 35 std::string socket_name = "modem_simulator" + std::to_string(id); in StopModemSimulator() local 37 SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in StopModemSimulator()
|
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config_instance.cpp | 2136 const std::string& socket_name) const { in PerInstanceGrpcSocketPath() 2137 if (socket_name.size() == 0) { in PerInstanceGrpcSocketPath() 2141 auto relative_path = (std::string(kGrpcSocketDirName) + "/") + socket_name; in PerInstanceGrpcSocketPath()
|
D | cuttlefish_config.h | 407 std::string PerInstanceGrpcSocketPath(const std::string& socket_name) const;
|