Searched refs:transport_acquirer (Results 1 – 2 of 2) sorted by relevance
175 std::function<atransport*(std::string* error)> transport_acquirer,
959 std::function<atransport*(std::string* error)> transport_acquirer, in handle_forward_request() argument985 atransport* transport = transport_acquirer(&error); in handle_forward_request()1332 auto transport_acquirer = [=](std::string* error) { in handle_host_request() local1340 if (handle_forward_request(service_str.c_str(), transport_acquirer, reply_fd)) { in handle_host_request()