Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dproperty_store_unittest.cc371 EXPECT_FALSE(store.GetInt16Property(keys[0], nullptr, &errors[0])); in TEST_F()
374 EXPECT_TRUE(store.GetInt16Property(keys[1], &test_value, &errors[1])); in TEST_F()
575 EXPECT_TRUE(store.GetInt16Property(key, &test_value, &error)); in TEST_F()
581 EXPECT_TRUE(store.GetInt16Property(key, &test_value, &error)); in TEST_F()
Dproperty_store_unittest.h83 return store.GetInt16Property(name, storage, error); in GetProperty()
Dproperty_store.h61 bool GetInt16Property(const std::string& name, int16_t* value,
Dproperty_store.cc244 bool PropertyStore::GetInt16Property(const string& name, in GetInt16Property() function in shill::PropertyStore