Home
last modified time | relevance | path

Searched refs:set_host (Results 1 – 6 of 6) sorted by relevance

/third_party/weston/remoting/
Dremoting-plugin.h58 void (*set_host)(struct weston_output *output, char *ip); member
/third_party/node/src/
Dnode_options.h25 void set_host(const std::string& host) { host_name_ = host; } in set_host() function
Dinspector_js_api.cc290 host_port->set_host(*host); in Open()
/third_party/grpc/test/cpp/end2end/
Dtest_service_impl.h164 response->mutable_param()->set_host(*host_); in Echo()
Dtest_service_impl.cc234 resp_->mutable_param()->set_host(*service_->host_); in Echo()
/third_party/weston/compositor/
Dmain.c2293 api->set_host(output, host); in drm_backend_remoted_output_configure()