/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()
|
D | object_proxy.h | 213 const ObjectPath& object_path() const { return object_path_; } in object_path() function
|
D | exported_object.cc | 33 const ObjectPath& object_path) in ExportedObject()
|
D | object_proxy.cc | 116 const ObjectPath& object_path, in ObjectProxy()
|
/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/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
|
D | bluetooth_adapter_tests.py | 3967 def test_start_notify(self, object_path, cccd_value): argument 3997 def test_stop_notify(self, 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
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_policy_callbacks.h | 26 char*object_path; /**< The pathname determined by object search */ member
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | mock_lorgnette.py | 30 def __init__(self, bus, object_path, scan_image_data): argument
|
/external/autotest/client/cros/bluetooth/ |
D | adv_monitor_helper.py | 471 def InterfacesAdded(self, object_path, interfaces_and_properties): argument 485 def InterfacesRemoved(self, object_path, interfaces): argument
|
/external/autotest/client/cros/cellular/ |
D | pseudo_modem.py | 636 def InterfacesAdded(self, object_path, interfaces_and_properties): argument 640 def InterfacesRemoved(self, object_path, interfaces): argument
|
/external/autotest/client/cros/ |
D | cros_disks.py | 69 def __init__(self, main_loop, bus, bus_name, object_path, timeout=None): argument
|