Searched refs:GetUint16Property (Results 1 – 4 of 4) sorted by relevance
/system/connectivity/shill/ |
D | property_store_unittest.cc | 535 EXPECT_FALSE(store.GetUint16Property(keys[0], nullptr, &errors[0])); in TEST_F() 538 EXPECT_TRUE(store.GetUint16Property(keys[1], &test_value, &errors[1])); in TEST_F() 691 EXPECT_TRUE(store.GetUint16Property(key, &test_value, &error)); in TEST_F() 697 EXPECT_TRUE(store.GetUint16Property(key, &test_value, &error)); in TEST_F()
|
D | property_store_unittest.h | 118 return store.GetUint16Property(name, storage, error); in GetProperty()
|
D | property_store.h | 79 bool GetUint16Property(const std::string& name, uint16_t* value,
|
D | property_store.cc | 308 bool PropertyStore::GetUint16Property(const string& name, in GetUint16Property() function in shill::PropertyStore
|