Searched refs:SetAnyProperty (Results 1 – 12 of 12) sorted by relevance
/system/connectivity/shill/ |
D | property_store_unittest.cc | 115 EXPECT_FALSE(store.SetAnyProperty("", GetParam(), &error)); in TEST_P() 297 EXPECT_FALSE(store.SetAnyProperty( in TEST_F() 309 EXPECT_FALSE(store.SetAnyProperty( in TEST_F() 329 EXPECT_TRUE(store.SetAnyProperty(kKey, kKeyValueStoreV, &error)); in TEST_F() 544 TEST_F(PropertyStoreTest, SetAnyProperty) { in TEST_F() argument 562 EXPECT_TRUE(store.SetAnyProperty(key, brillo::Any(new_value), &error)); in TEST_F() 580 EXPECT_TRUE(store.SetAnyProperty(key, brillo::Any(new_value), &error)); in TEST_F() 598 EXPECT_TRUE(store.SetAnyProperty(key, brillo::Any(new_value), &error)); in TEST_F() 616 EXPECT_TRUE(store.SetAnyProperty(key, brillo::Any(new_value), &error)); in TEST_F() 636 EXPECT_TRUE(store.SetAnyProperty(key, brillo::Any(new_value), &error)); in TEST_F() [all …]
|
D | service_unittest.cc | 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()
|
D | property_store.h | 46 bool SetAnyProperty(const std::string& name,
|
D | property_store.cc | 67 bool PropertyStore::SetAnyProperty(const string& name, in SetAnyProperty() function in shill::PropertyStore 116 if (!SetAnyProperty(kv.first, kv.second, error)) { in SetProperties()
|
D | device_unittest.cc | 324 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F() 331 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F() 337 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F()
|
D | manager_unittest.cc | 1581 EXPECT_TRUE(manager()->mutable_store()->SetAnyProperty( in TEST_F() 1587 EXPECT_TRUE(manager()->mutable_store()->SetAnyProperty( in TEST_F() 1593 EXPECT_FALSE(manager()->mutable_store()->SetAnyProperty( in TEST_F() 1599 EXPECT_FALSE(manager()->mutable_store()->SetAnyProperty( in TEST_F() 1606 EXPECT_FALSE(manager()->mutable_store()->SetAnyProperty( in TEST_F()
|
/system/connectivity/shill/dbus/ |
D | chromeos_dbus_adaptor.cc | 62 store->SetAnyProperty(name, value, &e); in SetProperty()
|
/system/connectivity/shill/vpn/ |
D | vpn_service_unittest.cc | 321 EXPECT_FALSE(service_->mutable_store()->SetAnyProperty( in TEST_F() 337 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F()
|
/system/connectivity/shill/dhcp/ |
D | dhcp_config_unittest.cc | 441 EXPECT_FALSE(config_->mutable_store()->SetAnyProperty( in TEST_F()
|
/system/connectivity/shill/wifi/ |
D | wifi_unittest.cc | 500 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 505 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 511 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F() 519 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 527 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F() 547 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 1195 return wifi_->mutable_store()->SetAnyProperty(kBgscanMethodProperty, in SetBgscanMethod()
|
D | wifi_service_unittest.cc | 1425 wifi_service->mutable_store()->SetAnyProperty(kPassphraseProperty, in TEST_F()
|
/system/connectivity/shill/cellular/ |
D | cellular_unittest.cc | 118 EXPECT_TRUE(device_->mutable_store()->SetAnyProperty( in TEST_F() 124 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F() 131 EXPECT_FALSE(device_->mutable_store()->SetAnyProperty( in TEST_F()
|