Searched refs:GetUint8Property (Results 1 – 4 of 4) sorted by relevance
/system/connectivity/shill/ |
D | property_store_unittest.cc | 513 EXPECT_FALSE(store.GetUint8Property(keys[0], nullptr, &errors[0])); in TEST_F() 516 EXPECT_TRUE(store.GetUint8Property(keys[1], &test_value, &errors[1])); in TEST_F() 673 EXPECT_TRUE(store.GetUint8Property(key, &test_value, &error)); in TEST_F() 679 EXPECT_TRUE(store.GetUint8Property(key, &test_value, &error)); in TEST_F()
|
D | property_store_unittest.h | 113 return store.GetUint8Property(name, storage, error); in GetProperty()
|
D | property_store.h | 75 bool GetUint8Property(const std::string& name, uint8_t* value,
|
D | property_store.cc | 296 bool PropertyStore::GetUint8Property(const string& name, in GetUint8Property() function in shill::PropertyStore
|