Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_endpoint.cc65 signal_strength_ = properties.GetInt16(WPASupplicant::kBSSPropertySignal); in WiFiEndpoint()
109 signal_strength_ = properties.GetInt16(WPASupplicant::kBSSPropertySignal); in PropertiesChanged()
/system/connectivity/shill/
Dkey_value_store.h75 int16_t GetInt16(const std::string& name) const;
Dkey_value_store_unittest.cc95 EXPECT_EQ(kValue, store_.GetInt16(kKey)); in TEST_F()
714 EXPECT_EQ(kInt16Value, store.GetInt16(kInt16Key)); in TEST_F()
Dkey_value_store.cc155 int16_t KeyValueStore::GetInt16(const string& name) const { in GetInt16() function in shill::KeyValueStore