Home
last modified time | relevance | path

Searched refs:PropertiesChanged (Results 1 – 22 of 22) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_supplicant_bss_proxy.cc48 base::Bind(&ChromeosSupplicantBSSProxy::PropertiesChanged, in ChromeosSupplicantBSSProxy()
58 void ChromeosSupplicantBSSProxy::PropertiesChanged( in PropertiesChanged() function in shill::ChromeosSupplicantBSSProxy
63 wifi_endpoint_->PropertiesChanged(store); in PropertiesChanged()
Dchromeos_supplicant_network_proxy.cc68 base::Bind(&ChromeosSupplicantNetworkProxy::PropertiesChanged, in ChromeosSupplicantNetworkProxy()
92 void ChromeosSupplicantNetworkProxy::PropertiesChanged( in PropertiesChanged() function in shill::ChromeosSupplicantNetworkProxy
Dchromeos_dbus_properties_proxy.cc40 base::Bind(&ChromeosDBusPropertiesProxy::PropertiesChanged, in ChromeosDBusPropertiesProxy()
92 void ChromeosDBusPropertiesProxy::PropertiesChanged( in PropertiesChanged() function in shill::ChromeosDBusPropertiesProxy
Dchromeos_supplicant_bss_proxy.h42 void PropertiesChanged(const brillo::VariantDictionary& properties);
Dchromeos_supplicant_network_proxy.h62 void PropertiesChanged(const brillo::VariantDictionary& properties);
Dchromeos_dbus_properties_proxy.h59 void PropertiesChanged(
Dchromeos_supplicant_process_proxy.cc94 base::Bind(&ChromeosSupplicantProcessProxy::PropertiesChanged, in ChromeosSupplicantProcessProxy()
226 void ChromeosSupplicantProcessProxy::PropertiesChanged( in PropertiesChanged() function in shill::ChromeosSupplicantProcessProxy
Dchromeos_supplicant_process_proxy.h83 void PropertiesChanged(const brillo::VariantDictionary& properties);
Dchromeos_supplicant_interface_proxy.cc125 base::Bind(&ChromeosSupplicantInterfaceProxy::PropertiesChanged, in ChromeosSupplicantInterfaceProxy()
517 void ChromeosSupplicantInterfaceProxy::PropertiesChanged( in PropertiesChanged() function in shill::ChromeosSupplicantInterfaceProxy
522 delegate_->PropertiesChanged(store); in PropertiesChanged()
Dchromeos_supplicant_interface_proxy.h115 void PropertiesChanged(
/system/connectivity/shill/supplicant/
Dsupplicant_event_delegate_interface.h48 virtual void PropertiesChanged(const KeyValueStore& properties) = 0;
/system/connectivity/shill/wifi/
Dwifi_endpoint_unittest.cc695 endpoint->PropertiesChanged(no_changed_properties); in TEST_F()
711 endpoint->PropertiesChanged(changed_properties); in TEST_F()
723 endpoint->PropertiesChanged(changed_properties); in TEST_F()
734 endpoint->PropertiesChanged(make_privacy_args(true)); in TEST_F()
741 endpoint->PropertiesChanged(no_changed_properties); in TEST_F()
747 endpoint->PropertiesChanged(make_security_args("RSN", "something-eap")); in TEST_F()
754 endpoint->PropertiesChanged(make_security_args("WPA", "something-psk")); in TEST_F()
760 endpoint->PropertiesChanged(no_changed_properties); in TEST_F()
767 endpoint->PropertiesChanged(make_security_args("RSN", "")); in TEST_F()
773 endpoint->PropertiesChanged(make_security_args("WPA", "")); in TEST_F()
[all …]
Dwifi_endpoint.h74 void PropertiesChanged(const KeyValueStore& properties);
Dwifi.h180 void PropertiesChanged(const KeyValueStore& properties) override;
Dwifi_endpoint.cc105 void WiFiEndpoint::PropertiesChanged(const KeyValueStore& properties) { in PropertiesChanged() function in shill::WiFiEndpoint
Dwifi.cc413 void WiFi::PropertiesChanged(const KeyValueStore& properties) { in PropertiesChanged() function in shill::WiFi
/system/connectivity/shill/ethernet/
Dethernet.h94 void PropertiesChanged(const KeyValueStore& properties) override;
Dethernet.cc256 void Ethernet::PropertiesChanged(const KeyValueStore& properties) { in PropertiesChanged() function in shill::Ethernet
/system/connectivity/shill/cellular/
Dcellular_capability_universal_cdma.h99 FRIEND_TEST(CellularCapabilityUniversalCDMAMainTest, PropertiesChanged);
Dcellular_capability_universal.h190 FRIEND_TEST(CellularCapabilityUniversalCDMAMainTest, PropertiesChanged);
216 FRIEND_TEST(CellularCapabilityUniversalMainTest, PropertiesChanged);
Dcellular_capability_universal_cdma_unittest.cc234 TEST_F(CellularCapabilityUniversalCDMAMainTest, PropertiesChanged) { in TEST_F() argument
Dcellular_capability_universal_unittest.cc871 TEST_F(CellularCapabilityUniversalMainTest, PropertiesChanged) { in TEST_F() argument