/external/autotest/client/cros/ |
D | upstart.py | 21 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
|
D | dbus_util.py | 59 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/ |
D | bus.cc | 190 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 …]
|
D | mock_object_manager.cc | 10 const std::string& service_name, in MockObjectManager()
|
D | mock_object_proxy.cc | 10 const std::string& service_name, in MockObjectProxy()
|
/external/libbrillo/brillo/daemons/ |
D | dbus_daemon.cc | 32 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/ |
D | basic_resolver_iterator.hpp | 72 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()
|
D | basic_resolver_entry.hpp | 75 std::string service_name() const in service_name() function in asio::ip::basic_resolver_entry
|
D | basic_resolver_query.hpp | 225 std::string service_name() const in service_name() function in asio::ip::basic_resolver_query
|
/external/grpc-grpc/test/cpp/end2end/ |
D | health_service_end2end_test.cc | 67 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/ |
D | default_health_check_service.cc | 46 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/ |
D | bootstrap_compat.cc | 36 name_t service_name, in BootstrapRegister()
|
/external/python/apitools/apitools/gen/ |
D | service_registry.py | 57 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/ |
D | keyring_storage.py | 53 def __init__(self, service_name, user_name): argument
|
/external/perfetto/include/perfetto/ext/ipc/ |
D | service_descriptor.h | 61 const char* service_name = nullptr; variable
|
/external/openscreen/discovery/public/ |
D | dns_sd_service_publisher.h | 39 std::string service_name, in DnsSdServicePublisher()
|
/external/python/google-api-python-client/samples/api-python-client-doc/ |
D | main.py | 105 def get(self, service_name, version, collection): argument
|
/external/libbrillo/brillo/glib/ |
D | dbus.cc | 213 const char* service_name, in RegisterExclusiveService() 277 void CallMethodWithNoArguments(const char* service_name, in CallMethodWithNoArguments()
|
/external/openscreen/discovery/dnssd/impl/ |
D | service_key.cc | 66 std::string service_name = *it++; in TryCreate() local
|
/external/grpc-grpc/src/core/lib/transport/ |
D | service_config.cc | 84 const char* service_name = nullptr; in ParseJsonMethodName() local
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | resolve_endpoint_op.hpp | 66 char service_name[NI_MAXSERV]; in do_complete() local
|
/external/openscreen/osp/impl/discovery/mdns/ |
D | mdns_responder_adapter_impl.cc | 48 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/ |
D | network_ProxyResolver.py | 233 def set_proxy(self, service_name, proxy_config): argument 335 service_name, argument
|
/external/perfetto/protos/perfetto/ipc/ |
D | wire_protocol.proto | 23 message BindService { optional string service_name = 1; } field
|
/external/openscreen/osp/impl/testing/ |
D | fake_mdns_responder_adapter.cc | 97 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()
|