/external/libchrome/dbus/ |
D | object_manager.cc | 33 const ObjectPath& object_path) in ObjectManager() 115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) { in GetObjectProxy() 124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, in GetProperties() 319 const dbus::ObjectPath object_path, in NotifyPropertiesChanged() 333 const dbus::ObjectPath object_path, in NotifyPropertiesChangedHelper() 360 ObjectPath object_path; in OnGetManagedObjects() local 377 ObjectPath object_path; in InterfacesAddedReceived() local 398 ObjectPath object_path; in InterfacesRemovedReceived() local 421 void ObjectManager::UpdateObject(const ObjectPath& object_path, in UpdateObject() 440 void ObjectManager::AddInterface(const ObjectPath& object_path, in AddInterface() [all …]
|
D | bus.cc | 191 const ObjectPath& object_path) { in GetObjectProxy() 197 const ObjectPath& object_path, in GetObjectProxyWithOptions() 217 const ObjectPath& object_path, in RemoveObjectProxy() 225 const ObjectPath& object_path, in RemoveObjectProxyWithOptions() 256 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject() 272 void Bus::UnregisterExportedObject(const ObjectPath& object_path) { in UnregisterExportedObject() 303 const ObjectPath& object_path) { in GetObjectManager() 321 const ObjectPath& object_path, in RemoveObjectManager() 721 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path, in TryRegisterObjectPath() 745 void Bus::UnregisterObjectPath(const ObjectPath& object_path) { in UnregisterObjectPath()
|
D | object_manager_unittest.cc | 55 const ObjectPath& object_path, in CreateProperties() 131 void ObjectAdded(const ObjectPath& object_path, in ObjectAdded() 138 void ObjectRemoved(const ObjectPath& object_path, in ObjectRemoved() 145 void OnPropertyChanged(const ObjectPath& object_path, in OnPropertyChanged() 191 void PerformAction(const std::string& action, const ObjectPath& object_path) { in PerformAction()
|
D | object_manager.h | 170 virtual void ObjectAdded(const ObjectPath& object_path, in ObjectAdded() 182 virtual void ObjectRemoved(const ObjectPath& object_path, in ObjectRemoved()
|
D | mock_exported_object.cc | 10 const ObjectPath& object_path) in MockExportedObject()
|
D | mock_object_manager.cc | 11 const ObjectPath& object_path) in MockObjectManager()
|
D | mock_object_proxy.cc | 11 const ObjectPath& object_path) in MockObjectProxy()
|
/external/adhd/cras/src/server/ |
D | cras_bt_manager.c | 28 const char *object_path, in cras_bt_interface_added() 154 const char *object_path, in cras_bt_interface_removed() 196 const char *object_path, in cras_bt_update_properties() 276 const char *object_path; in cras_bt_on_get_managed_objects() local 385 const char *object_path; in cras_bt_handle_interfaces_added() local 432 const char *object_path; in cras_bt_handle_interfaces_removed() local 471 const char *object_path, *interface_name; in cras_bt_handle_properties_changed() local
|
D | cras_bt_battery_provider.h | 17 char *object_path; member 27 const char *object_path; member
|
D | cras_bt_adapter.c | 36 char *object_path; member 84 const char *object_path) in cras_bt_adapter_create() 127 struct cras_bt_adapter *cras_bt_adapter_get(const char *object_path) in cras_bt_adapter_get()
|
D | cras_bt_battery_provider.c | 48 char *object_path = malloc(strlen(CRAS_DEFAULT_BATTERY_PROVIDER) + in address_to_battery_path() local 62 char *object_path = malloc(strlen(CRAS_DEFAULT_BATTERY_PREFIX) + in address_to_device_path() local
|
D | cras_bt_transport.c | 25 char *object_path; member 45 const char *object_path) in cras_bt_transport_create() 120 struct cras_bt_transport *cras_bt_transport_get(const char *object_path) in cras_bt_transport_get()
|
D | cras_bt_endpoint.h | 17 const char *object_path; member
|
D | cras_bt_profile.c | 81 const char *profile_path, *object_path; in cras_bt_profile_handle_new_connection() local 152 const char *prpofile_path, *object_path; in cras_bt_profile_handle_request_disconnection() local
|
D | cras_bt_profile.h | 21 const char *object_path; member
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 62 const dbus::ObjectPath& object_path, in ExportAsync() 98 const dbus::ObjectPath& object_path) { in ExportAndBlock() 125 const dbus::ObjectPath& object_path, in UnexportAsync() 150 const dbus::ObjectPath& object_path) { in UnexportAndBlock() 168 const dbus::ObjectPath& object_path, in ClaimInterface() 225 const dbus::ObjectPath& object_path) in DBusObject() 234 const dbus::ObjectPath& object_path, in DBusObject()
|
D | mock_dbus_object.h | 19 MockDBusObject(ExportedObjectManager* object_manager, in MockDBusObject()
|
D | data_serialization_fuzzer.cc | 151 std::string object_path = in LLVMFuzzerTestOneInput() local 196 std::string object_path = in LLVMFuzzerTestOneInput() local
|
/external/autotest/client/common_lib/cros/ |
D | dbus_send.py | 175 def dbus_send(bus_name, interface, object_path, method_name, args=None, argument 208 def get_property(bus_name, interface, object_path, property_name, host=None): argument
|
/external/adhd/cras/src/tests/ |
D | bt_profile_unittest.cc | 164 struct cras_bt_transport* cras_bt_transport_get(const char* object_path) { in cras_bt_transport_get() 173 const char* object_path) { in cras_bt_transport_create()
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_gatt_client_utils.py | 132 def __init__(self, uuid, object_path, bluetooth_facade): argument 238 def __init__(self, uuid, object_path, bluetooth_facade): argument 355 def __init__(self, uuid, object_path, bluetooth_facade): argument
|
D | bluetooth_device.py | 1438 def start_notify(self, object_path, cccd_value): argument 1456 def stop_notify(self, object_path): argument 1470 def is_notifying(self, object_path): argument 1511 def get_gatt_service_property(self, object_path, property_name): argument 1523 def get_gatt_characteristic_property(self, object_path, property_name): argument 1536 def get_gatt_descriptor_property(self, object_path, property_name): argument 1549 def gatt_characteristic_read_value(self, uuid, object_path): argument 1560 def gatt_descriptor_read_value(self, uuid, object_path): argument
|
/external/webrtc/modules/desktop_capture/linux/ |
D | base_capturer_pipewire.cc | 429 const gchar* object_path, in SetupRequestResponseSignal() 548 const gchar* object_path, in OnSessionRequestResponseSignal() 647 const gchar* object_path, in OnSourcesRequestResponseSignal() 739 const gchar* object_path, in OnStartRequestResponseSignal()
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade_native.py | 2854 def _get_gatt_interface(self, uuid, object_path, interface): argument 2866 def get_gatt_service_property(self, object_path, property_name): argument 2879 def get_gatt_characteristic_property(self, object_path, property_name): argument 2892 def get_gatt_descriptor_property(self, object_path, property_name): argument 2906 def get_gatt_attribute_property(self, object_path, interface, argument 2934 def gatt_characteristic_read_value(self, uuid, object_path): argument 2948 def gatt_descriptor_read_value(self, uuid, object_path): argument 2962 def _get_attribute_map(self, object_path, dbus_interface, objects): argument 3187 def _get_gatt_characteristic_object(self, object_path): argument 3194 def start_notify(self, object_path, cccd_value): argument [all …]
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | dbus_std_ifaces.py | 395 def InterfacesAdded(self, object_path, interfaces_and_properties): argument 410 def InterfacesRemoved(self, object_path, interfaces): argument
|