Home | History | Annotate | Download | only in wimax

Lines Matching full:eap_

74         eap_(new MockEapCredentials()) {
78 service_->eap_.reset(eap_); // Passes ownership.
111 MockEapCredentials* eap_; // Owned by |service_|.
116 EXPECT_CALL(*eap_, PopulateWiMaxProperties(&parameters));
181 EXPECT_CALL(*eap_, IsConnectableUsingPassphrase())
203 Mock::VerifyAndClearExpectations(eap_);
204 EXPECT_CALL(*eap_, set_password(""));
205 EXPECT_CALL(*eap_, IsConnectableUsingPassphrase())
276 EXPECT_CALL(*eap_, set_password(_)).Times(0);
293 EXPECT_CALL(*eap_, Reset());
294 EXPECT_CALL(*eap_, set_password(""));
295 EXPECT_CALL(*eap_, IsConnectableUsingPassphrase())
299 Mock::VerifyAndClearExpectations(eap_);
301 EXPECT_CALL(*eap_, Reset());
302 EXPECT_CALL(*eap_, set_password(""));
303 EXPECT_CALL(*eap_, IsConnectableUsingPassphrase())