HomeSort by relevance Sort by last modified time
    Searched refs:ContainsUint16 (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/
key_value_store_unittest.cc 185 EXPECT_FALSE(store_.ContainsUint16(kKey));
187 EXPECT_TRUE(store_.ContainsUint16(kKey));
286 EXPECT_TRUE(store_.ContainsUint16(kUint16Key));
302 EXPECT_FALSE(store_.ContainsUint16(kUint16Key));
717 EXPECT_TRUE(store.ContainsUint16(kUint16Key));
key_value_store.h 65 bool ContainsUint16(const std::string& name) const;
key_value_store.cc 113 bool KeyValueStore::ContainsUint16(const string& name) const {
  /system/connectivity/shill/wifi/
wifi_endpoint.cc 66 if (properties.ContainsUint16(WPASupplicant::kBSSPropertyFrequency)) {

Completed in 48 milliseconds