OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_service
(Results
1 - 7
of
7
) sorted by null
/external/autotest/client/cros/
upstart.py
20
def
has_service
(service_name):
function
/external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.hpp
50
inline bool
has_service
(io_service& ios)
function in namespace:asio
56
return ios.service_registry_->template
has_service
<Service>();
/external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp
35
template <typename Service> bool
has_service
(io_service& ios);
151
* use_service(), add_service() and
has_service
().
157
* particular service with the function template @c
has_service
<Service>().
581
friend bool
has_service
(io_service& ios);
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
service_registry.hpp
56
bool service_registry::
has_service
() const
function in class:asio::detail::service_registry
/external/parameter-framework/asio-1.10.6/include/asio/detail/
service_registry.hpp
62
bool
has_service
() const;
/external/autotest/client/site_tests/security_ASLR/
security_ASLR.py
89
return upstart.
has_service
(self._service_name)
/external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py
679
if upstart.
has_service
('ui'):
Completed in 669 milliseconds