HomeSort by relevance Sort by last modified time
    Searched defs:changed_properties (Results 1 - 3 of 3) sorted by null

  /external/libweave/src/states/
state_change_queue.h 20 // |changed_properties| contains a property set with the new property values
25 : timestamp{time}, changed_properties{std::move(properties)} {}
27 std::unique_ptr<base::DictionaryValue> changed_properties; member in struct:weave::StateChange
36 const base::DictionaryValue& changed_properties);
  /external/libweave/src/
component_manager.h 31 // |changed_properties| contains a property set with the new property values
39 changed_properties{std::move(properties)} {}
42 std::unique_ptr<base::DictionaryValue> changed_properties; member in struct:weave::ComponentStateChange
  /system/connectivity/shill/wifi/
wifi_endpoint_unittest.cc 703 KeyValueStore changed_properties; local
707 changed_properties.SetInt16(WPASupplicant::kBSSPropertySignal,
711 endpoint->PropertiesChanged(changed_properties);
720 KeyValueStore changed_properties; local
721 changed_properties.SetString(WPASupplicant::kBSSPropertyMode,
723 endpoint->PropertiesChanged(changed_properties);
    [all...]

Completed in 85 milliseconds