OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:properties_map_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.cc
56
STLDeleteValues(&
properties_map_
);
72
PropertiesMap::iterator iter =
properties_map_
.find(object_path);
73
if (iter !=
properties_map_
.end())
80
if (
properties_map_
.find(object_path) !=
properties_map_
.end())
99
properties_map_
[object_path] = properties;
107
PropertiesMap::iterator it =
properties_map_
.find(object_path);
109
if (it ==
properties_map_
.end())
116
properties_map_
.erase(it);
fake_bluetooth_input_client.h
56
PropertiesMap
properties_map_
;
member in class:chromeos::FakeBluetoothInputClient
fake_bluetooth_device_client.cc
215
properties_map_
[dbus::ObjectPath(kPairedDevicePath)] = properties;
221
STLDeleteValues(&
properties_map_
);
246
PropertiesMap::iterator iter =
properties_map_
.find(object_path);
247
if (iter !=
properties_map_
.end())
545
PropertiesMap::iterator iter =
properties_map_
.find(device_path);
563
properties_map_
.erase(iter);
598
properties_map_
[dbus::ObjectPath(kAppleMousePath)] = properties;
622
properties_map_
[dbus::ObjectPath(kAppleKeyboardPath)] = properties;
642
properties_map_
[dbus::ObjectPath(kVanishingDevicePath)] = properties;
667
properties_map_
[dbus::ObjectPath(kMicrosoftMousePath)] = properties
[
all
...]
fake_bluetooth_device_client.h
206
PropertiesMap
properties_map_
;
member in class:chromeos::FakeBluetoothDeviceClient
/external/chromium_org/dbus/
property.cc
47
properties_map_
[name] = property;
195
PropertiesMap::iterator it =
properties_map_
.find(name);
196
if (it ==
properties_map_
.end())
property.h
320
PropertiesMap
properties_map_
;
member in class:dbus::PropertySet
Completed in 32 milliseconds