Home
last modified time | relevance | path

Searched refs:has_service (Results 1 – 12 of 12) 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/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php72 private $has_service = false; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
380 $this->has_service = true;
387 return $this->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.py30 def has_service(service_name): function
Dservice_stopper.py70 if not upstart.has_service(service):
/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/autotest/client/cros/cellular/
Dtest_environment.py98 if upstart.has_service('modemfwd') and upstart.is_running('modemfwd'):
138 if upstart.has_service('modemfwd'):
/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.py139 if upstart.has_service('ui'):