/external/libchrome/dbus/ |
util.h | 18 // "PropertiesChanged") 20 // => "org.freedesktop.DBus.Properties.PropertiesChanged"
|
object_manager.cc | 50 // Set up a match rule and a filter function to handle PropertiesChanged 52 // that might cause us to miss PropertiesChanged signals once all objects are 274 // Handle the signal only if it is PropertiesChanged. 276 // only accept PropertiesChanged signals, but we check here just in case.
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-wps.py | 16 def propertiesChanged(properties): 18 print "PropertiesChanged: State: %s" % (properties["State"]) 56 bus.add_signal_receiver(propertiesChanged, 58 signal_name="PropertiesChanged")
|
wpas-dbus-new-signals.py | 43 def propertiesChanged(properties): 45 print "PropertiesChanged: %s=%s" % (i, properties[i]) 116 print "PropertiesChanged(interface): %s=%s" % (i, properties[i]) 120 print "PropertiesChanged(BSS): %s=%s" % (i, properties[i]) 124 print "PropertiesChanged(Network): %s=%s" % (i, properties[i]) 143 bus.add_signal_receiver(propertiesChanged, 145 signal_name="PropertiesChanged") 188 signal_name="PropertiesChanged", 193 signal_name="PropertiesChanged") 197 signal_name="PropertiesChanged") [all...] |
wpas-dbus-new.py | 36 def propertiesChanged(properties): 38 print "PropertiesChanged: State: %s" % (properties["State"]) 116 bus.add_signal_receiver(propertiesChanged, 118 signal_name="PropertiesChanged")
|
/system/connectivity/shill/dbus_bindings/ |
supplicant-network.dbus-xml | 9 <signal name="PropertiesChanged">
|
supplicant-bss.dbus-xml | 17 <signal name="PropertiesChanged">
|
dbus-properties.dbus-xml | 34 <signal name="PropertiesChanged"> 37 D-Bus specification's PropertiesChanged signal.
|
supplicant-process.dbus-xml | 27 <signal name="PropertiesChanged">
|
/system/connectivity/shill/dbus/ |
chromeos_supplicant_bss_proxy.cc | 48 base::Bind(&ChromeosSupplicantBSSProxy::PropertiesChanged, 58 void ChromeosSupplicantBSSProxy::PropertiesChanged( 63 wifi_endpoint_->PropertiesChanged(store);
|
chromeos_dbus_properties_proxy.cc | 40 base::Bind(&ChromeosDBusPropertiesProxy::PropertiesChanged, 92 void ChromeosDBusPropertiesProxy::PropertiesChanged(
|
chromeos_supplicant_network_proxy.cc | 68 base::Bind(&ChromeosSupplicantNetworkProxy::PropertiesChanged, 92 void ChromeosSupplicantNetworkProxy::PropertiesChanged(
|
chromeos_dbus_properties_proxy.h | 59 void PropertiesChanged(
|
chromeos_supplicant_bss_proxy.h | 42 void PropertiesChanged(const brillo::VariantDictionary& properties);
|
chromeos_supplicant_network_proxy.h | 62 void PropertiesChanged(const brillo::VariantDictionary& properties);
|
chromeos_supplicant_process_proxy.h | 83 void PropertiesChanged(const brillo::VariantDictionary& properties);
|
/external/autotest/client/cros/tendo/n_faced_peerd/ |
dbus_property_exposer.py | 40 self.PropertiesChanged(dbus.String(self.interface_name), 95 def PropertiesChanged(self, interface_name, properties, invalid_properties): 98 org.freedesktop.DBus.Properties.PropertiesChanged (
|
/external/autotest/client/site_tests/security_DbusMap/ |
baseline.nobody | 12 "PropertiesChanged" 20 "PropertiesChanged" 35 "PropertiesChanged",
|
baseline.chronos | 18 "PropertiesChanged" 37 "PropertiesChanged" 69 "PropertiesChanged",
|
baseline | 22 "PropertiesChanged" 41 "PropertiesChanged" 84 "PropertiesChanged",
|
/system/connectivity/shill/supplicant/ |
supplicant_event_delegate_interface.h | 48 virtual void PropertiesChanged(const KeyValueStore& properties) = 0;
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.c | 662 "PropertiesChanged"); 696 msg = dbus_message_new_signal(path, interface, "PropertiesChanged"); 729 * Now send PropertiesChanged on our own interface for backwards 775 * wpa_dbus_flush_all_changed_properties - Send all PropertiesChanged signals 778 * Traverses through all registered objects and sends PropertiesChanged for 788 * wpa_dbus_flush_object_changed_properties - Send PropertiesChanged for object 790 * @path: path to a DBus object for which PropertiesChanged will be sent. 793 * containing properties marked as changed, sends a PropertiesChanged signal 797 * if you want to send PropertiesChanged signal immediately (i.e., without 798 * waiting timeout to expire). PropertiesChanged signal for an object is sen [all...] |
/system/connectivity/shill/wifi/ |
wifi_endpoint_unittest.cc | 695 endpoint->PropertiesChanged(no_changed_properties); 711 endpoint->PropertiesChanged(changed_properties); 723 endpoint->PropertiesChanged(changed_properties); 734 endpoint->PropertiesChanged(make_privacy_args(true)); 741 endpoint->PropertiesChanged(no_changed_properties); 747 endpoint->PropertiesChanged(make_security_args("RSN", "something-eap")); 754 endpoint->PropertiesChanged(make_security_args("WPA", "something-psk")); 760 endpoint->PropertiesChanged(no_changed_properties); 767 endpoint->PropertiesChanged(make_security_args("RSN", "")); 773 endpoint->PropertiesChanged(make_security_args("WPA", "")) [all...] |
/external/autotest/client/cros/cellular/pseudomodem/ |
dbus_std_ifaces.py | 135 PropertiesChanged 152 PropertiesChanged 199 PropertiesChanged 222 self.PropertiesChanged(interface_name, changed, inv) 253 def PropertiesChanged( 280 PropertiesChanged 289 self.PropertiesChanged(interface, properties, invalidated)
|
/system/connectivity/shill/cellular/ |
cellular_capability_universal_cdma.h | 99 FRIEND_TEST(CellularCapabilityUniversalCDMAMainTest, PropertiesChanged);
|