Searched refs:temp_int (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/cros/ |
D | omaha_request_action_unittest.cc | 3100 int64_t temp_int; in TEST_F() local 3102 EXPECT_FALSE(fake_prefs_->GetInt64(active_key_, &temp_int)); in TEST_F() 3103 EXPECT_FALSE(fake_prefs_->GetInt64(last_active_key_, &temp_int)); in TEST_F() 3104 EXPECT_FALSE(fake_prefs_->GetInt64(last_rollcall_key_, &temp_int)); in TEST_F() 3119 int64_t temp_int; in TEST_F() local 3122 EXPECT_TRUE(fake_prefs_->GetInt64(active_key_, &temp_int)); in TEST_F() 3123 EXPECT_EQ(temp_int, kPingInactiveValue); in TEST_F() 3145 int64_t temp_int; in TEST_F() local 3147 EXPECT_TRUE(fake_prefs_->GetInt64(active_key_, &temp_int)); in TEST_F() 3148 EXPECT_EQ(temp_int, kPingInactiveValue); in TEST_F()
|
D | update_attempter_unittest.cc | 2408 int64_t temp_int; in TEST_F() local 2409 EXPECT_TRUE(FakeSystemState::Get()->prefs()->GetInt64(active_key, &temp_int)); in TEST_F() 2410 EXPECT_EQ(temp_int, kPingActiveValue); in TEST_F() 2416 int64_t temp_int; in TEST_F() local 2420 EXPECT_TRUE(FakeSystemState::Get()->prefs()->GetInt64(active_key, &temp_int)); in TEST_F() 2421 EXPECT_EQ(temp_int, kPingActiveValue); in TEST_F()
|