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

  /system/connectivity/shill/
key_value_store_unittest.cc 245 const string kInt16Key("int16");
247 store_.SetInt16(kInt16Key, kInt16Value);
279 EXPECT_TRUE(store_.ContainsInt16(kInt16Key));
295 EXPECT_FALSE(store_.ContainsInt16(kInt16Key));
542 const string kInt16Key("int16");
544 donor.SetInt16(kInt16Key, kInt16Value);
595 static const char kInt16Key[] = "Int16Key";
619 store.SetInt16(kInt16Key, kInt16Value);
639 EXPECT_EQ(kInt16Value, dict[kInt16Key].Get<int16_t>());
665 static const char kInt16Key[] = "Int16Key"
    [all...]
property_store_unittest.cc 744 const string kInt16Key = "int16p";
765 store.RegisterInt16(kInt16Key, &int16_value);
802 dict.insert(std::make_pair(kInt16Key, brillo::Any(new_int16_value)));
824 EXPECT_EQ(new_int16_value, result_dict[kInt16Key].Get<int16_t>());

Completed in 152 milliseconds