Home
last modified time | relevance | path

Searched defs:service_name (Results 1 – 25 of 53) sorted by relevance

123

/external/autotest/client/cros/
Dupstart.py20 def ensure_running(service_name): argument
29 def has_service(service_name): argument
37 def is_running(service_name): argument
45 def restart_job(service_name): argument
58 def stop_job(service_name): argument
Ddbus_util.py50 def get_objects_with_interface(service_name, object_manager_path, argument
90 def get_dbus_object(bus, service_name, object_manager_path, timeout=None): argument
/external/libbrillo/brillo/daemons/
Ddbus_daemon.cc32 DBusServiceDaemon::DBusServiceDaemon(const std::string& service_name) in DBusServiceDaemon()
37 const std::string& service_name, in DBusServiceDaemon()
42 DBusServiceDaemon::DBusServiceDaemon(const std::string& service_name, in DBusServiceDaemon()
/external/libchrome/dbus/
Dbus.cc190 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name, in GetObjectProxy()
196 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name, in GetObjectProxyWithOptions()
216 bool Bus::RemoveObjectProxy(const std::string& service_name, in RemoveObjectProxy()
224 bool Bus::RemoveObjectProxyWithOptions(const std::string& service_name, in RemoveObjectProxyWithOptions()
302 ObjectManager* Bus::GetObjectManager(const std::string& service_name, in GetObjectManager()
320 bool Bus::RemoveObjectManager(const std::string& service_name, in RemoveObjectManager()
446 const std::string& service_name = *iter++; in ShutdownAndBlock() local
508 void Bus::RequestOwnership(const std::string& service_name, in RequestOwnership()
519 void Bus::RequestOwnershipInternal(const std::string& service_name, in RequestOwnershipInternal()
534 bool Bus::RequestOwnershipAndBlock(const std::string& service_name, in RequestOwnershipAndBlock()
[all …]
Dmock_object_proxy.cc10 const std::string& service_name, in MockObjectProxy()
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver_iterator.hpp72 const std::string& host_name, const std::string& service_name) in create()
107 const std::string& host_name, const std::string& service_name) in create()
121 const std::string& host_name, const std::string& service_name) in create()
Dbasic_resolver_entry.hpp75 std::string service_name() const in service_name() function in asio::ip::basic_resolver_entry
Dbasic_resolver_query.hpp225 std::string service_name() const in service_name() function in asio::ip::basic_resolver_query
/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc67 void SetStatus(const grpc::string& service_name, in SetStatus()
94 void SetServingStatus(const grpc::string& service_name, in SetServingStatus()
171 void SendHealthCheckRpc(const grpc::string& service_name, in SendHealthCheckRpc()
179 const grpc::string& service_name, const Status& expected_status, in SendHealthCheckRpc()
/external/google-breakpad/src/common/mac/
Dbootstrap_compat.cc36 name_t service_name, in BootstrapRegister()
/external/python/apitools/apitools/gen/
Dservice_registry.py58 def __GetServiceClassName(self, service_name): argument
262 def __RegisterService(self, service_name, method_info_map): argument
443 def AddServiceFromResource(self, service_name, methods): argument
/external/python/oauth2client/oauth2client/contrib/
Dkeyring_storage.py53 def __init__(self, service_name, user_name): argument
/external/autotest/site_utils/
Ddeploy_server_local.py260 def restart_service(service_name, dryrun=False): argument
278 def service_status(service_name): argument
/external/perfetto/include/perfetto/ipc/
Dservice_descriptor.h61 const char* service_name = nullptr; variable
/external/python/google-api-python-client/samples/api-python-client-doc/
Dmain.py105 def get(self, service_name, version, collection): argument
/external/autotest/client/common_lib/cros/tendo/
Dpeerd_config.py26 def confirm_peerd_up(service_name=SERVICE_NAME, timeout_seconds=10, host=None): argument
/external/grpc-grpc/src/core/lib/transport/
Dservice_config.cc84 const char* service_name = nullptr; in ParseJsonMethodName() local
/external/libbrillo/brillo/glib/
Ddbus.cc213 const char* service_name, in RegisterExclusiveService()
277 void CallMethodWithNoArguments(const char* service_name, in CallMethodWithNoArguments()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolve_endpoint_op.hpp66 char service_name[NI_MAXSERV]; in do_complete() local
Dresolver_service.hpp90 char service_name[NI_MAXSERV]; in resolve() local
/external/autotest/client/site_tests/network_ProxyResolver/
Dnetwork_ProxyResolver.py233 def set_proxy(self, service_name, proxy_config): argument
335 service_name, argument
/external/perfetto/src/ipc/
Dwire_protocol.proto24 message BindService { optional string service_name = 1; } field
/external/syzkaller/vendor/google.golang.org/appengine/internal/remote_api/
Dremote_api.proto7 required string service_name = 2; field
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dservice.rb77 attr_accessor(:service_name) accessor
/external/curl/lib/
Dsocks_sspi.c84 char *service_name = NULL; in Curl_SOCKS5_gssapi_negotiate() local

123