Lines Matching refs:eap_
98 eap_(new MockEapCredentials()), in ServiceTest()
109 service_->eap_.reset(eap_); // Passes ownership. in ServiceTest()
229 MockEapCredentials* eap_; // Owned by |service_|. member in shill::ServiceTest
496 Mock::VerifyAndClearExpectations(eap_); in TEST_F()
544 EXPECT_CALL(*eap_, Load(&storage, storage_id_)).Times(AnyNumber()); in TEST_F()
671 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true)); in TEST_F()
693 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true)).Times(2); in TEST_F()
722 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true)).Times(2); in TEST_F()
752 EXPECT_CALL(*eap_, Load(&storage, storage_id_)); in TEST_F()
767 EXPECT_CALL(*eap_, Reset()); in TEST_F()
1016 EXPECT_CALL(*eap_, Load(&storage, storage_id_)); in TEST_F()