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

/system/connectivity/shill/
H A Dkey_file_store_unittest.cc730 static const char kKeyInt[] = "area"; local
754 kKeyInt, kValueIntA,
758 kKeyInt, kValueIntB,
800 EXPECT_TRUE(store_->GetInt(kGroupB, kKeyInt, &value));
802 EXPECT_TRUE(store_->GetInt(kGroupA, kKeyInt, &value));
804 EXPECT_FALSE(store_->GetInt(kGroupC, kKeyInt, &value));
829 EXPECT_TRUE(store_->SetInt(kGroupB, kKeyInt, kValueIntBNew));
855 EXPECT_TRUE(store_->GetInt(kGroupB, kKeyInt, &value));
857 EXPECT_FALSE(store_->GetInt(kGroupA, kKeyInt, &value));
858 EXPECT_FALSE(store_->GetInt(kGroupC, kKeyInt,
[all...]

Completed in 6 milliseconds