Searched refs:changed_properties (Results 1 – 10 of 10) sorted by relevance
/external/libweave/src/states/ |
D | state_change_queue_unittest.cc | 36 EXPECT_JSON_EQ("{'prop':{'name': 23}}", *changes.front().changed_properties); in TEST_F() 54 EXPECT_JSON_EQ(state1, *changes[0].changed_properties); in TEST_F() 56 EXPECT_JSON_EQ(state2, *changes[1].changed_properties); in TEST_F() 83 EXPECT_JSON_EQ(expected1, *changes[0].changed_properties); in TEST_F() 85 EXPECT_JSON_EQ(expected2, *changes[1].changed_properties); in TEST_F() 112 EXPECT_JSON_EQ(expected1, *changes[0].changed_properties); in TEST_F() 116 EXPECT_JSON_EQ(expected2, *changes[1].changed_properties); in TEST_F()
|
D | state_change_queue.h | 25 : timestamp{time}, changed_properties{std::move(properties)} {} in StateChange() 27 std::unique_ptr<base::DictionaryValue> changed_properties; member 36 const base::DictionaryValue& changed_properties);
|
D | state_change_queue.cc | 18 const base::DictionaryValue& changed_properties) { in NotifyPropertiesUpdated() argument 22 stored_changes->MergeDictionary(&changed_properties); in NotifyPropertiesUpdated() 24 stored_changes.reset(changed_properties.DeepCopy()); in NotifyPropertiesUpdated()
|
/external/libbrillo/brillo/dbus/ |
D | exported_property_set.cc | 139 VariantDictionary changed_properties{ in HandlePropertyUpdated() local 145 signal->Send(interface_name, changed_properties, invalidated_properties); in HandlePropertyUpdated()
|
/external/libweave/src/ |
D | component_manager.h | 39 changed_properties{std::move(properties)} {} 42 std::unique_ptr<base::DictionaryValue> changed_properties; member
|
D | component_manager_unittest.cc | 1217 *snapshot.state_changes[0].changed_properties); in TEST_F() 1222 *snapshot.state_changes[1].changed_properties); in TEST_F() 1227 *snapshot.state_changes[2].changed_properties); in TEST_F() 1232 *snapshot.state_changes[3].changed_properties); in TEST_F()
|
D | component_manager_impl.cc | 461 std::move(change.changed_properties)}; in GetAndClearRecordedStateChanges()
|
D | device_registration_info.cc | 1177 patch->Set("patch", state_change.changed_properties.release()); in PublishStateUpdates()
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | dbus_std_ifaces.py | 256 changed_properties, argument 270 str(changed_properties), str(invalidated_properties)))
|
/external/autotest/client/cros/cellular/ |
D | pseudo_modem.py | 527 def PropertiesChanged(self, interface, changed_properties, argument
|