Searched defs:PropertyStoreTest (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dproperty_store_unittest.cc53 const brillo::Any PropertyStoreTest::kBoolV = brillo::Any(false);
55 const brillo::Any PropertyStoreTest::kByteV =
58 const brillo::Any PropertyStoreTest::kInt16V = brillo::Any(int16_t(0));
60 const brillo::Any PropertyStoreTest::kInt32V = brillo::Any(int32_t(0));
62 const brillo::Any PropertyStoreTest::kKeyValueStoreV =
65 const brillo::Any PropertyStoreTest::kStringV = brillo::Any(string());
67 const brillo::Any PropertyStoreTest::kStringmapV = brillo::Any(Stringmap());
69 const brillo::Any PropertyStoreTest::kStringmapsV =
72 const brillo::Any PropertyStoreTest::kStringsV = brillo::Any(Strings());
74 const brillo::Any PropertyStoreTest
82 PropertyStoreTest::PropertyStoreTest() function in class:shill::PropertyStoreTest
[all...]
H A Dproperty_store_unittest.h40 class PropertyStoreTest : public testing::TestWithParam<brillo::Any> { class in namespace:shill
65 PropertyStoreTest();
66 ~PropertyStoreTest() override;

Completed in 215 milliseconds