Lines Matching refs:mutable_store
282 service_->mutable_store()->SetStringProperty(kCheckPortalProperty, in TEST_F()
294 service_->mutable_store()->SetBoolProperty(kAutoConnectProperty, in TEST_F()
314 service_->mutable_store()->SetInt32Property(kPriorityProperty, in TEST_F()
336 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F()
342 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F()
348 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F()
358 EXPECT_FALSE(service2_->mutable_store()->SetAnyProperty( in TEST_F()
364 EXPECT_TRUE(service2_->mutable_store()->SetAnyProperty( in TEST_F()
371 EXPECT_FALSE(service_->mutable_store()->SetAnyProperty( in TEST_F()
379 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F()
387 EXPECT_FALSE(service_->mutable_store()->SetAnyProperty( in TEST_F()
393 EXPECT_FALSE(service_->mutable_store()->SetAnyProperty( in TEST_F()
1538 eap.InitPropertyStore(service_->mutable_store()); in TEST_P()