Home
last modified time | relevance | path

Searched refs:GetUint8 (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dkey_value_store.h85 uint8_t GetUint8(const std::string& name) const;
Dkey_value_store.cc224 uint8_t KeyValueStore::GetUint8(const string& name) const { in GetUint8() function in shill::KeyValueStore
Dkey_value_store_unittest.cc197 EXPECT_EQ(kValue, store_.GetUint8(kKey)); in TEST_F()