Searched refs:temp_int (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/ |
D | omaha_request_action_unittest.cc | 2983 int64_t temp_int; in TEST_F() local 2985 EXPECT_FALSE(fake_prefs_.GetInt64(active_key_, &temp_int)); in TEST_F() 2986 EXPECT_FALSE(fake_prefs_.GetInt64(last_active_key_, &temp_int)); in TEST_F() 2987 EXPECT_FALSE(fake_prefs_.GetInt64(last_rollcall_key_, &temp_int)); in TEST_F() 3002 int64_t temp_int; in TEST_F() local 3005 EXPECT_TRUE(fake_prefs_.GetInt64(active_key_, &temp_int)); in TEST_F() 3006 EXPECT_EQ(temp_int, kPingInactiveValue); in TEST_F() 3028 int64_t temp_int; in TEST_F() local 3030 EXPECT_TRUE(fake_prefs_.GetInt64(active_key_, &temp_int)); in TEST_F() 3031 EXPECT_EQ(temp_int, kPingInactiveValue); in TEST_F()
|
D | update_attempter_unittest.cc | 2526 int64_t temp_int; in TEST_F() local 2527 EXPECT_TRUE(fake_system_state_.prefs()->GetInt64(active_key, &temp_int)); in TEST_F() 2528 EXPECT_EQ(temp_int, kPingActiveValue); in TEST_F() 2536 int64_t temp_int; in TEST_F() local 2540 EXPECT_TRUE(fake_system_state_.prefs()->GetInt64(active_key, &temp_int)); in TEST_F() 2541 EXPECT_EQ(temp_int, kPingActiveValue); in TEST_F()
|