Home
last modified time | relevance | path

Searched refs:has_service (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dio_service.hpp50 inline bool has_service(io_service& ios) in has_service() function
56 return ios.service_registry_->template has_service<Service>(); in has_service()
/external/parameter-framework/asio-1.10.6/include/asio/
Dio_service.hpp35 template <typename Service> bool has_service(io_service& ios);
581 friend bool has_service(io_service& ios);
/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.cc61 request_struct.has_service = false; in Check()
90 request_struct.has_service ? request_struct.service : ""); in Check()
Dhealth.pb.h28 bool has_service; member
/external/autotest/client/cros/
Dcups.py13 return upstart.has_service('cupsd')
Dupstart.py29 def has_service(service_name): function
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dservice_registry.hpp56 bool service_registry::has_service() const in has_service() function in asio::detail::service_registry
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dservice_registry.hpp62 bool has_service() const;
/external/autotest/client/site_tests/logging_UserCrash/
Dlogging_UserCrash.py291 if upstart.has_service('ui'):