Home
last modified time | relevance | path

Searched refs:EAPLogoff (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/supplicant/
Dsupplicant_interface_proxy_interface.h36 virtual bool EAPLogoff() = 0;
Dmock_supplicant_interface_proxy.h39 MOCK_METHOD0(EAPLogoff, bool());
/system/connectivity/shill/dbus/
Dchromeos_supplicant_interface_proxy.h51 bool EAPLogoff() override;
Dchromeos_supplicant_interface_proxy.cc172 bool ChromeosSupplicantInterfaceProxy::EAPLogoff() { in EAPLogoff() function in shill::ChromeosSupplicantInterfaceProxy
175 if (!interface_proxy_->EAPLogoff(&error)) { in EAPLogoff()
/system/connectivity/shill/ethernet/
Dethernet.cc358 supplicant_interface_proxy_->EAPLogoff(); in StopSupplicant()
Dethernet_unittest.cc537 EXPECT_CALL(*interface_proxy, EAPLogoff()).WillOnce(Return(true)); in TEST_F()