Searched refs:properties_map_ (Results 1 – 6 of 6) sorted by relevance
56 STLDeleteValues(&properties_map_); in ~FakeBluetoothInputClient()72 PropertiesMap::iterator iter = properties_map_.find(object_path); in GetProperties()73 if (iter != properties_map_.end()) in GetProperties()80 if (properties_map_.find(object_path) != properties_map_.end()) in AddInputDevice()99 properties_map_[object_path] = properties; in AddInputDevice()107 PropertiesMap::iterator it = properties_map_.find(object_path); in RemoveInputDevice()109 if (it == properties_map_.end()) in RemoveInputDevice()116 properties_map_.erase(it); in RemoveInputDevice()
215 properties_map_[dbus::ObjectPath(kPairedDevicePath)] = properties; in FakeBluetoothDeviceClient()221 STLDeleteValues(&properties_map_); in ~FakeBluetoothDeviceClient()246 PropertiesMap::iterator iter = properties_map_.find(object_path); in GetProperties()247 if (iter != properties_map_.end()) in GetProperties()545 PropertiesMap::iterator iter = properties_map_.find(device_path); in RemoveDevice()563 properties_map_.erase(iter); in RemoveDevice()598 properties_map_[dbus::ObjectPath(kAppleMousePath)] = properties; in DiscoverySimulationTimer()622 properties_map_[dbus::ObjectPath(kAppleKeyboardPath)] = properties; in DiscoverySimulationTimer()642 properties_map_[dbus::ObjectPath(kVanishingDevicePath)] = properties; in DiscoverySimulationTimer()667 properties_map_[dbus::ObjectPath(kMicrosoftMousePath)] = properties; in DiscoverySimulationTimer()[all …]
56 PropertiesMap properties_map_; variable
206 PropertiesMap properties_map_; variable
47 properties_map_[name] = property; in RegisterProperty()195 PropertiesMap::iterator it = properties_map_.find(name); in UpdatePropertyFromReader()196 if (it == properties_map_.end()) in UpdatePropertyFromReader()
320 PropertiesMap properties_map_; variable