Searched refs:get_service (Results 1 - 11 of 11) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dbasic_socket.hpp87 this->get_service().open(this->get_implementation(), protocol, ec);
112 this->get_service().open(this->get_implementation(), protocol, ec);
114 this->get_service().bind(this->get_implementation(), endpoint, ec);
136 this->get_service().assign(this->get_implementation(),
193 this->get_service().template converting_move_construct<Protocol1>(
264 this->get_service().open(this->get_implementation(), protocol, ec);
290 return this->get_service().open(this->get_implementation(), protocol, ec);
307 this->get_service().assign(this->get_implementation(),
325 return this->get_service().assign(this->get_implementation(),
332 return this->get_service()
[all...]
H A Dbasic_socket_acceptor.hpp101 this->get_service().open(this->get_implementation(), protocol, ec);
138 this->get_service().open(this->get_implementation(), protocol, ec);
142 this->get_service().set_option(this->get_implementation(),
146 this->get_service().bind(this->get_implementation(), endpoint, ec);
148 this->get_service().listen(this->get_implementation(),
173 this->get_service().assign(this->get_implementation(),
232 this->get_service().template converting_move_construct<Protocol1>(
277 this->get_service().open(this->get_implementation(), protocol, ec);
304 return this->get_service().open(this->get_implementation(), protocol, ec);
321 this->get_service()
[all...]
H A Dbasic_stream_socket.hpp237 std::size_t s = this->get_service().send(
275 std::size_t s = this->get_service().send(
303 return this->get_service().send(
352 return this->get_service().async_send(
405 return this->get_service().async_send(
442 std::size_t s = this->get_service().receive(
483 std::size_t s = this->get_service().receive(
511 return this->get_service().receive(
562 return this->get_service().async_receive(this->get_implementation(),
616 return this->get_service()
[all...]
H A Dbasic_io_object.hpp77 * @code get_service().construct(get_implementation()); @endcode
89 * @code get_service().destroy(get_implementation()); @endcode
97 service_type& get_service() function in class:asio::basic_io_object
103 const service_type& get_service() const function in class:asio::basic_io_object
108 /// (Deprecated: Use get_service().) The service associated with the I/O
157 : service_(&other.get_service())
175 service_type& get_service() function in class:asio::basic_io_object
180 const service_type& get_service() const function in class:asio::basic_io_object
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket.hpp87 this->get_service().open(this->get_implementation(), protocol, ec);
112 this->get_service().open(this->get_implementation(), protocol, ec);
114 this->get_service().bind(this->get_implementation(), endpoint, ec);
136 this->get_service().assign(this->get_implementation(),
193 this->get_service().template converting_move_construct<Protocol1>(
264 this->get_service().open(this->get_implementation(), protocol, ec);
290 return this->get_service().open(this->get_implementation(), protocol, ec);
307 this->get_service().assign(this->get_implementation(),
325 return this->get_service().assign(this->get_implementation(),
332 return this->get_service()
[all...]
H A Dbasic_socket_acceptor.hpp101 this->get_service().open(this->get_implementation(), protocol, ec);
138 this->get_service().open(this->get_implementation(), protocol, ec);
142 this->get_service().set_option(this->get_implementation(),
146 this->get_service().bind(this->get_implementation(), endpoint, ec);
148 this->get_service().listen(this->get_implementation(),
173 this->get_service().assign(this->get_implementation(),
232 this->get_service().template converting_move_construct<Protocol1>(
277 this->get_service().open(this->get_implementation(), protocol, ec);
304 return this->get_service().open(this->get_implementation(), protocol, ec);
321 this->get_service()
[all...]
H A Dbasic_stream_socket.hpp237 std::size_t s = this->get_service().send(
275 std::size_t s = this->get_service().send(
303 return this->get_service().send(
352 return this->get_service().async_send(
405 return this->get_service().async_send(
442 std::size_t s = this->get_service().receive(
483 std::size_t s = this->get_service().receive(
511 return this->get_service().receive(
562 return this->get_service().async_receive(this->get_implementation(),
616 return this->get_service()
[all...]
H A Dbasic_io_object.hpp77 * @code get_service().construct(get_implementation()); @endcode
89 * @code get_service().destroy(get_implementation()); @endcode
97 service_type& get_service() function in class:asio::basic_io_object
103 const service_type& get_service() const function in class:asio::basic_io_object
108 /// (Deprecated: Use get_service().) The service associated with the I/O
157 : service_(&other.get_service())
175 service_type& get_service() function in class:asio::basic_io_object
180 const service_type& get_service() const function in class:asio::basic_io_object
/external/autotest/client/cros/networking/
H A Dshill_context.py29 construction. Instead, it takes a |get_service| function at construction,
31 context. It is assumed that |get_service| always returns a service object
35 def get_service():
38 with ServiceAutoConnectContext(get_service, False):
40 # returned by |get_service| is temporarily set to False if it's
45 def __init__(self, get_service, autoconnect):
46 self._get_service = get_service
H A Dshill_proxy.py551 def get_service(self, params): member in class:ShillProxy
/external/autotest/client/site_tests/network_VPNConnect/
H A Dnetwork_VPNConnect.py198 service = proxy.get_service(self.get_vpn_client_properties(tpm))

Completed in 173 milliseconds