/aosp_15_r20/external/libchrome/dbus/ |
H A 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 …]
|
H A 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()
|
H A 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()
|
H A D | object_manager.h | 170 virtual void ObjectAdded(const ObjectPath& object_path, in ObjectAdded() 182 virtual void ObjectRemoved(const ObjectPath& object_path, in ObjectRemoved()
|
H A D | mock_exported_object.cc | 10 const ObjectPath& object_path) in MockExportedObject()
|
H A D | mock_object_manager.cc | 11 const ObjectPath& object_path) in MockObjectManager()
|
H A D | mock_object_proxy.cc | 11 const ObjectPath& object_path) in MockObjectProxy()
|
H A D | object_proxy.h | 213 const ObjectPath& object_path() const { return object_path_; } in object_path() function
|
H A D | exported_object.cc | 33 const ObjectPath& object_path) in ExportedObject()
|
H A D | object_proxy.cc | 116 const ObjectPath& object_path, in ObjectProxy()
|
/aosp_15_r20/external/libbrillo/brillo/dbus/ |
H A 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()
|
H A D | data_serialization_fuzzer.cc | 151 std::string object_path = in LLVMFuzzerTestOneInput() local 196 std::string object_path = in LLVMFuzzerTestOneInput() local
|
H A D | mock_dbus_object.h | 19 MockDBusObject(ExportedObjectManager* object_manager, in MockDBusObject()
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/wayland/ |
H A D | screencast_portal.cc | 169 const char* object_path, in OnSessionRequestResponseSignal() 191 const char* object_path, in OnSessionClosedSignal() 310 const char* object_path, in OnSourcesRequestResponseSignal() 349 const char* object_path, in OnStartRequestResponseSignal()
|
/aosp_15_r20/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_device.py | 1432 def start_notify(self, object_path, cccd_value): argument 1450 def stop_notify(self, object_path): argument 1464 def is_notifying(self, object_path): argument 1505 def get_gatt_service_property(self, object_path, property_name): argument 1517 def get_gatt_characteristic_property(self, object_path, property_name): argument 1530 def get_gatt_descriptor_property(self, object_path, property_name): argument 1543 def gatt_characteristic_read_value(self, uuid, object_path): argument 1554 def gatt_descriptor_read_value(self, uuid, object_path): argument
|
H A D | bluetooth_gatt_client_utils.py | 133 def __init__(self, uuid, object_path, bluetooth_facade): argument 239 def __init__(self, uuid, object_path, bluetooth_facade): argument 356 def __init__(self, uuid, object_path, bluetooth_facade): argument
|
/aosp_15_r20/external/autotest/client/cros/multimedia/ |
H A D | bluetooth_facade.py | 3519 def _get_gatt_interface(self, uuid, object_path, interface): argument 3529 def get_gatt_service_property(self, object_path, property_name): argument 3542 def get_gatt_characteristic_property(self, object_path, property_name): argument 3555 def get_gatt_descriptor_property(self, object_path, property_name): argument 3569 def get_gatt_attribute_property(self, object_path, interface, argument 3592 def gatt_characteristic_read_value(self, uuid, object_path): argument 3606 def gatt_descriptor_read_value(self, uuid, object_path): argument 3620 def _get_attribute_map(self, object_path, dbus_interface, objects): argument 3858 def _get_gatt_characteristic_object(self, object_path): argument 3863 def start_notify(self, object_path, cccd_value): argument [all …]
|
/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | dbus_send.py | 181 def dbus_send(bus_name, interface, object_path, method_name, args=None, argument 214 def get_property(bus_name, interface, object_path, property_name, host=None): argument
|
/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/ |
H A D | dbus_std_ifaces.py | 395 def InterfacesAdded(self, object_path, interfaces_and_properties): argument 410 def InterfacesRemoved(self, object_path, interfaces): argument
|
/aosp_15_r20/external/autotest/client/cros/bluetooth/ |
H A D | adv_monitor_helper.py | 526 def InterfacesAdded(self, object_path, interfaces_and_properties): argument 540 def InterfacesRemoved(self, object_path, interfaces): argument
|
/aosp_15_r20/external/autotest/client/cros/cellular/ |
H A D | pseudo_modem.py | 644 def InterfacesAdded(self, object_path, interfaces_and_properties): argument 648 def InterfacesRemoved(self, object_path, interfaces): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/trackable/ |
H A D | trackable_utils.py | 136 def checkpoint_key(object_path, local_name): argument
|
/aosp_15_r20/device/google/cuttlefish/tools/ |
D | tombstone_to_line.py | 44 def lookup_addr(args, object_path, address): argument
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/ |
H A D | ifapi_policy_callbacks.h | 26 char*object_path; /**< The pathname determined by object search */ member
|
/aosp_15_r20/external/webrtc/modules/portal/ |
H A D | xdg_desktop_portal_utils.cc | 66 uint32_t SetupRequestResponseSignal(absl::string_view object_path, in SetupRequestResponseSignal()
|