Searched defs:get_service (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/asio/include/asio/
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_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_proxy.py551 def get_service(self, params): member in class:ShillProxy

Completed in 446 milliseconds