HomeSort by relevance Sort by last modified time
    Searched defs:get_service (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/
basic_io_object.hpp 77 * @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
  /device/linaro/bootloader/arm-trusted-firmware/lib/pmf/
pmf_main.c 118 static pmf_svc_desc_t *get_service(unsigned int tid) function
166 svc_desc = get_service(tid);
  /external/autotest/client/cros/networking/
shill_proxy.py 562 def get_service(self, params): member in class:ShillProxy

Completed in 207 milliseconds