Searched refs:GetUint8 (Results 1 – 3 of 3) sorted by relevance
85 uint8_t GetUint8(const std::string& name) const;
224 uint8_t KeyValueStore::GetUint8(const string& name) const { in GetUint8() function in shill::KeyValueStore
197 EXPECT_EQ(kValue, store_.GetUint8(kKey)); in TEST_F()