Home
last modified time | relevance | path

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

1234

/external/autotest/client/cros/
Dupstart.py21 def ensure_running(service_name): argument
30 def has_service(service_name): argument
38 def is_running(service_name): argument
48 def get_pid(service_name): argument
61 def restart_job(service_name): argument
75 def stop_job(service_name): argument
Ddbus_util.py59 def get_objects_with_interface(service_name, object_manager_path, argument
99 def get_dbus_object(bus, service_name, object_manager_path, timeout=None): argument
/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_manager.cc10 const std::string& service_name, in MockObjectManager()
Dmock_object_proxy.cc10 const std::string& service_name, in MockObjectProxy()
/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/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/rust/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc46 const std::string& service_name, bool serving) { in SetServingStatus()
92 const std::string& service_name, in RegisterCallHandler()
102 const std::string& service_name, in UnregisterCallHandler()
204 const ByteBuffer& request, std::string* service_name) { in DecodeRequest()
305 std::string service_name; in OnCallReceived() local
/external/google-breakpad/src/common/mac/
Dbootstrap_compat.cc36 name_t service_name, in BootstrapRegister()
/external/python/apitools/apitools/gen/
Dservice_registry.py57 def __GetServiceClassName(self, service_name): argument
264 def __RegisterService(self, service_name, method_info_map): argument
445 def AddServiceFromResource(self, service_name, methods): argument
/external/python/oauth2client/oauth2client/contrib/
Dkeyring_storage.py53 def __init__(self, service_name, user_name): argument
/external/perfetto/include/perfetto/ext/ipc/
Dservice_descriptor.h61 const char* service_name = nullptr; variable
/external/openscreen/discovery/public/
Ddns_sd_service_publisher.h39 std::string service_name, in DnsSdServicePublisher()
/external/python/google-api-python-client/samples/api-python-client-doc/
Dmain.py105 def get(self, service_name, version, collection): argument
/external/libbrillo/brillo/glib/
Ddbus.cc213 const char* service_name, in RegisterExclusiveService()
277 void CallMethodWithNoArguments(const char* service_name, in CallMethodWithNoArguments()
/external/openscreen/discovery/dnssd/impl/
Dservice_key.cc66 std::string service_name = *it++; in TryCreate() local
/external/grpc-grpc/src/core/lib/transport/
Dservice_config.cc84 const char* service_name = nullptr; in ParseJsonMethodName() local
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolve_endpoint_op.hpp66 char service_name[NI_MAXSERV]; in do_complete() local
/external/openscreen/osp/impl/discovery/mdns/
Dmdns_responder_adapter_impl.cc48 bool IsValidServiceName(const std::string& service_name) { in IsValidServiceName()
80 const std::string& service_name, in MakeLocalServiceNameParts()
705 const std::string& service_name, in RegisterService()
753 const std::string& service_name, in DeregisterService()
782 const std::string& service_name, in UpdateTxtData()
/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/protos/perfetto/ipc/
Dwire_protocol.proto23 message BindService { optional string service_name = 1; } field
/external/openscreen/osp/impl/testing/
Dfake_mdns_responder_adapter.cc97 const std::string& service_name, in AddEventsForNewService()
531 const std::string& service_name, in RegisterService()
556 const std::string& service_name, in DeregisterService()
578 const std::string& service_name, in UpdateTxtData()

1234