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

  /system/connectivity/shill/
key_value_store_unittest.cc 589 static const char kInt32Key[] = "Int32Key";
616 store.SetInt(kInt32Key, kInt32Value);
635 EXPECT_EQ(kInt32Value, dict[kInt32Key].Get<int32_t>());
659 static const char kInt32Key[] = "Int32Key";
684 dict[kInt32Key] = brillo::Any(kInt32Value);
707 EXPECT_TRUE(store.ContainsInt(kInt32Key));
708 EXPECT_EQ(kInt32Value, store.GetInt(kInt32Key));
property_store_unittest.cc 745 const string kInt32Key = "int32p";
766 store.RegisterInt32(kInt32Key, &int32_value);
803 dict.insert(std::make_pair(kInt32Key, brillo::Any(new_int32_value)));
825 EXPECT_EQ(new_int32_value, result_dict[kInt32Key].Get<int32_t>());

Completed in 716 milliseconds