Home | History | Annotate | Download | only in dbus

Lines Matching refs:object_path

15 #include "dbus/object_path.h"
68 FakeBluetoothInputClient::GetProperties(const dbus::ObjectPath& object_path) {
69 PropertiesMap::iterator iter = properties_map_.find(object_path);
76 const dbus::ObjectPath& object_path) {
77 if (properties_map_.find(object_path) != properties_map_.end())
83 object_path));
87 if (object_path.value() == FakeBluetoothDeviceClient::kMotorolaKeyboardPath ||
88 object_path.value() == FakeBluetoothDeviceClient::kMicrosoftMousePath) {
96 properties_map_[object_path] = properties;
99 InputAdded(object_path));
103 const dbus::ObjectPath& object_path) {
104 PropertiesMap::iterator it = properties_map_.find(object_path);
110 InputRemoved(object_path));
117 const dbus::ObjectPath& object_path,
120 InputPropertyChanged(object_path, property_name));