Home
last modified time | relevance | path

Searched refs:last_rollcall_key (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dupdate_attempter_unittest.cc2406 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local
2408 EXPECT_FALSE(fake_system_state_.prefs()->Exists(last_rollcall_key)); in TEST_F()
2447 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local
2451 fake_system_state_.prefs()->SetString(last_rollcall_key, "z2yz"); in TEST_F()
2480 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local
2485 fake_system_state_.prefs()->SetInt64(last_rollcall_key, 99); in TEST_F()
2509 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local
2513 fake_system_state_.prefs()->SetInt64(last_rollcall_key, 0); in TEST_F()
2516 EXPECT_TRUE(fake_system_state_.prefs()->Exists(last_rollcall_key)); in TEST_F()
2523 EXPECT_FALSE(fake_system_state_.prefs()->Exists(last_rollcall_key)); in TEST_F()
Domaha_request_action.cc430 auto last_rollcall_key = in StorePingReply() local
432 if (!prefs->SetString(last_rollcall_key, parser_data.daystart_elapsed_days)) in StorePingReply()
434 << last_rollcall_key << "'."; in StorePingReply()