HomeSort by relevance Sort by last modified time
    Searched refs:PropertiesChanged (Results 1 - 25 of 26) sorted by null

1 2

  /system/connectivity/shill/supplicant/
supplicant_event_delegate_interface.h 48 virtual void PropertiesChanged(const KeyValueStore& properties) = 0;
  /system/connectivity/shill/dbus/
chromeos_supplicant_bss_proxy.cc 48 base::Bind(&ChromeosSupplicantBSSProxy::PropertiesChanged,
58 void ChromeosSupplicantBSSProxy::PropertiesChanged(
63 wifi_endpoint_->PropertiesChanged(store);
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_network_proxy.cc 68 base::Bind(&ChromeosSupplicantNetworkProxy::PropertiesChanged,
92 void ChromeosSupplicantNetworkProxy::PropertiesChanged(
chromeos_dbus_properties_proxy.cc 40 base::Bind(&ChromeosDBusPropertiesProxy::PropertiesChanged,
92 void ChromeosDBusPropertiesProxy::PropertiesChanged(
chromeos_dbus_properties_proxy.h 59 void PropertiesChanged(
chromeos_supplicant_process_proxy.h 83 void PropertiesChanged(const brillo::VariantDictionary& properties);
chromeos_supplicant_process_proxy.cc 94 base::Bind(&ChromeosSupplicantProcessProxy::PropertiesChanged,
226 void ChromeosSupplicantProcessProxy::PropertiesChanged(
chromeos_supplicant_interface_proxy.h 115 void PropertiesChanged(
chromeos_supplicant_interface_proxy.cc 125 base::Bind(&ChromeosSupplicantInterfaceProxy::PropertiesChanged,
517 void ChromeosSupplicantInterfaceProxy::PropertiesChanged(
522 delegate_->PropertiesChanged(store);
  /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/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/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...]
wifi_endpoint.h 74 void PropertiesChanged(const KeyValueStore& properties);
wifi.h 54 // 4. When association is complete, WPA Supplicant sends a PropertiesChanged
71 // WPA Supplicant's PropertiesChanged signal communicates changes in the state
180 void PropertiesChanged(const KeyValueStore& properties) override;
wifi_endpoint.cc 105 void WiFiEndpoint::PropertiesChanged(const KeyValueStore& properties) {
  /system/connectivity/shill/ethernet/
ethernet.h 94 void PropertiesChanged(const KeyValueStore& properties) override;
ethernet.cc 256 void Ethernet::PropertiesChanged(const KeyValueStore& properties) {
  /system/connectivity/shill/cellular/
cellular_capability_universal_cdma.h 99 FRIEND_TEST(CellularCapabilityUniversalCDMAMainTest, PropertiesChanged);
cellular_capability_universal.h 190 FRIEND_TEST(CellularCapabilityUniversalCDMAMainTest, PropertiesChanged);
216 FRIEND_TEST(CellularCapabilityUniversalMainTest, PropertiesChanged);
cellular_capability_universal_cdma_unittest.cc 234 TEST_F(CellularCapabilityUniversalCDMAMainTest, PropertiesChanged) {
cellular_capability_universal_unittest.cc     [all...]
  /external/autotest/client/cros/cellular/
pseudo_modem.py 379 self.PropertiesChanged(mm1.MODEM_INTERFACE,
417 self.PropertiesChanged(
527 def PropertiesChanged(self, interface, changed_properties,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 242 virtual HRESULT WINAPI PropertiesChanged(__LONG32 cProperties,MMC_SNAPIN_PROPERTY *pProperties) = 0;
252 HRESULT (WINAPI *PropertiesChanged)(ISnapinProperties *This,__LONG32 cProperties,MMC_SNAPIN_PROPERTY *pProperties);
264 #define ISnapinProperties_PropertiesChanged(This,cProperties,pProperties) (This)->lpVtbl->PropertiesChanged(This,cProperties,pProperties)
    [all...]

Completed in 317 milliseconds

1 2