Searched refs:GetStringsProperty (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/shill/ |
D | property_store_unittest.cc | 492 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()
|
D | property_store_unittest.h | 108 return store.GetStringsProperty(name, storage, error); in GetProperty()
|
D | property_store.h | 73 bool GetStringsProperty(const std::string& name, Strings* values,
|
D | property_store.cc | 290 bool PropertyStore::GetStringsProperty(const string& name, in GetStringsProperty() function in shill::PropertyStore
|
D | service_unittest.cc | 1884 ASSERT_TRUE(service_->store().GetStringsProperty( in TEST_F() 1890 ASSERT_TRUE(service_->store().GetStringsProperty( in TEST_F()
|
D | service.cc | 764 if (!store_.GetStringsProperty(it.first, &value, &get_error) || in DoPropertiesMatch()
|
/system/connectivity/shill/vpn/ |
D | vpn_driver_unittest.cc | 305 store.GetStringsProperty(kEapCaCertPemProperty, nullptr, &error)); in TEST_F() 331 store.GetStringsProperty(kEapCaCertPemProperty, nullptr, &error)); in TEST_F()
|