Home
last modified time | relevance | path

Searched refs:SetAnyProperty (Results 1 – 12 of 12) sorted by relevance

/system/connectivity/shill/
Dproperty_store_unittest.cc115 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 …]
Dservice_unittest.cc336 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()
Dproperty_store.h46 bool SetAnyProperty(const std::string& name,
Dproperty_store.cc67 bool PropertyStore::SetAnyProperty(const string& name, in SetAnyProperty() function in shill::PropertyStore
116 if (!SetAnyProperty(kv.first, kv.second, error)) { in SetProperties()
Ddevice_unittest.cc324 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()
Dmanager_unittest.cc1581 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/
Dchromeos_dbus_adaptor.cc62 store->SetAnyProperty(name, value, &e); in SetProperty()
/system/connectivity/shill/vpn/
Dvpn_service_unittest.cc321 EXPECT_FALSE(service_->mutable_store()->SetAnyProperty( in TEST_F()
337 EXPECT_TRUE(service_->mutable_store()->SetAnyProperty( in TEST_F()
/system/connectivity/shill/dhcp/
Ddhcp_config_unittest.cc441 EXPECT_FALSE(config_->mutable_store()->SetAnyProperty( in TEST_F()
/system/connectivity/shill/wifi/
Dwifi_unittest.cc500 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()
Dwifi_service_unittest.cc1425 wifi_service->mutable_store()->SetAnyProperty(kPassphraseProperty, in TEST_F()
/system/connectivity/shill/cellular/
Dcellular_unittest.cc118 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()