Home
last modified time | relevance | path

Searched refs:get_service (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp87 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket()
112 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket()
114 this->get_service().bind(this->get_implementation(), endpoint, ec); in basic_socket()
136 this->get_service().assign(this->get_implementation(), in basic_socket()
193 this->get_service().template converting_move_construct<Protocol1>( in basic_socket()
264 this->get_service().open(this->get_implementation(), protocol, ec); in open()
290 return this->get_service().open(this->get_implementation(), protocol, ec); in open()
307 this->get_service().assign(this->get_implementation(), in assign()
325 return this->get_service().assign(this->get_implementation(), in assign()
332 return this->get_service().is_open(this->get_implementation()); in is_open()
[all …]
Dbasic_socket_acceptor.hpp101 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket_acceptor()
138 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket_acceptor()
142 this->get_service().set_option(this->get_implementation(), in basic_socket_acceptor()
146 this->get_service().bind(this->get_implementation(), endpoint, ec); in basic_socket_acceptor()
148 this->get_service().listen(this->get_implementation(), in basic_socket_acceptor()
173 this->get_service().assign(this->get_implementation(), in basic_socket_acceptor()
232 this->get_service().template converting_move_construct<Protocol1>( in basic_socket_acceptor()
277 this->get_service().open(this->get_implementation(), protocol, ec); in open()
304 return this->get_service().open(this->get_implementation(), protocol, ec); in open()
321 this->get_service().assign(this->get_implementation(), in assign()
[all …]
Dbasic_stream_socket.hpp237 std::size_t s = this->get_service().send( in send()
275 std::size_t s = this->get_service().send( in send()
303 return this->get_service().send( in send()
352 return this->get_service().async_send( in ASIO_INITFN_RESULT_TYPE()
405 return this->get_service().async_send( in ASIO_INITFN_RESULT_TYPE()
442 std::size_t s = this->get_service().receive( in receive()
483 std::size_t s = this->get_service().receive( in receive()
511 return this->get_service().receive( in receive()
562 return this->get_service().async_receive(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
616 return this->get_service().async_receive(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
[all …]
Dbasic_io_object.hpp97 service_type& get_service() in get_service() function in asio::basic_io_object
103 const service_type& get_service() const in get_service() function in asio::basic_io_object
157 : service_(&other.get_service()) in basic_io_object()
175 service_type& get_service() in get_service() function in asio::basic_io_object
180 const service_type& get_service() const in get_service() function in asio::basic_io_object
/external/autotest/client/cros/networking/
Dshill_context.py45 def __init__(self, get_service, autoconnect): argument
46 self._get_service = get_service
Dshill_proxy.py551 def get_service(self, params): member in ShillProxy
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py198 service = proxy.get_service(self.get_vpn_client_properties(tpm))