Home | History | Annotate | Download | only in shill

Lines Matching full:eap_

98         eap_(new MockEapCredentials()),
109 service_->eap_.reset(eap_); // Passes ownership.
229 MockEapCredentials* eap_; // Owned by |service_|.
354 // ServiceTest::SetUp() that fiddles with service_->eap_.
496 Mock::VerifyAndClearExpectations(eap_);
544 EXPECT_CALL(*eap_, Load(&storage, storage_id_)).Times(AnyNumber());
671 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true));
693 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true)).Times(2);
722 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true)).Times(2);
752 EXPECT_CALL(*eap_, Load(&storage, storage_id_));
767 EXPECT_CALL(*eap_, Reset());
1016 EXPECT_CALL(*eap_, Load(&storage, storage_id_));