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

  /system/connectivity/shill/
key_value_store_unittest.cc 266 const string kUint16Key("uint16");
268 store_.SetUint16(kUint16Key, kUint16Value);
286 EXPECT_TRUE(store_.ContainsUint16(kUint16Key));
302 EXPECT_FALSE(store_.ContainsUint16(kUint16Key));
564 const string kUint16Key("uint16");
566 donor.SetUint16(kUint16Key, kUint16Value);
599 static const char kUint16Key[] = "Uint16Key";
621 store.SetUint16(kUint16Key, kUint16Value);
642 EXPECT_EQ(kUint16Value, dict[kUint16Key].Get<uint16_t>());
669 static const char kUint16Key[] = "Uint16Key"
    [all...]
property_store_unittest.cc 750 const string kUint16Key = "uint16p";
771 store.RegisterUint16(kUint16Key, &uint16_value);
809 dict.insert(std::make_pair(kUint16Key, brillo::Any(new_uint16_value)));
831 EXPECT_EQ(new_uint16_value, result_dict[kUint16Key].Get<uint16_t>());

Completed in 36 milliseconds