Home
last modified time | relevance | path

Searched refs:GetStringsProperty (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/
Dproperty_store_unittest.cc492 EXPECT_FALSE(store.GetStringsProperty(keys[0], nullptr, &errors[0])); in TEST_F()
495 EXPECT_TRUE(store.GetStringsProperty(keys[1], &test_value, &errors[1])); in TEST_F()
652 EXPECT_TRUE(store.GetStringsProperty(key, &test_value, &error)); in TEST_F()
661 EXPECT_TRUE(store.GetStringsProperty(key, &test_value, &error)); in TEST_F()
Dproperty_store_unittest.h108 return store.GetStringsProperty(name, storage, error); in GetProperty()
Dproperty_store.h73 bool GetStringsProperty(const std::string& name, Strings* values,
Dproperty_store.cc290 bool PropertyStore::GetStringsProperty(const string& name, in GetStringsProperty() function in shill::PropertyStore
Dservice_unittest.cc1884 ASSERT_TRUE(service_->store().GetStringsProperty( in TEST_F()
1890 ASSERT_TRUE(service_->store().GetStringsProperty( in TEST_F()
Dservice.cc764 if (!store_.GetStringsProperty(it.first, &value, &get_error) || in DoPropertiesMatch()
/system/connectivity/shill/vpn/
Dvpn_driver_unittest.cc305 store.GetStringsProperty(kEapCaCertPemProperty, nullptr, &error)); in TEST_F()
331 store.GetStringsProperty(kEapCaCertPemProperty, nullptr, &error)); in TEST_F()