Searched refs:kNestedInt32Key (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Dkey_value_store_unittest.cc606 static const char kNestedInt32Key[] = "NestedKey32Key"; local
609 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value);
647 EXPECT_EQ(kNestedInt32Value, nested_dict[kNestedInt32Key].Get<int32_t>());
676 static const char kNestedInt32Key[] = "NestedKey32Key"; local
694 nested_dict[kNestedInt32Key] = brillo::Any(kNestedInt32Value);
725 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value);

Completed in 1221 milliseconds