Searched refs:GetInt16 (Results 1 – 4 of 4) sorted by relevance
65 signal_strength_ = properties.GetInt16(WPASupplicant::kBSSPropertySignal); in WiFiEndpoint()109 signal_strength_ = properties.GetInt16(WPASupplicant::kBSSPropertySignal); in PropertiesChanged()
75 int16_t GetInt16(const std::string& name) const;
95 EXPECT_EQ(kValue, store_.GetInt16(kKey)); in TEST_F()714 EXPECT_EQ(kInt16Value, store.GetInt16(kInt16Key)); in TEST_F()
155 int16_t KeyValueStore::GetInt16(const string& name) const { in GetInt16() function in shill::KeyValueStore