Home
last modified time | relevance | path

Searched refs:GetUint16Property (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dproperty_store_unittest.cc535 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()
Dproperty_store_unittest.h118 return store.GetUint16Property(name, storage, error); in GetProperty()
Dproperty_store.h79 bool GetUint16Property(const std::string& name, uint16_t* value,
Dproperty_store.cc308 bool PropertyStore::GetUint16Property(const string& name, in GetUint16Property() function in shill::PropertyStore