Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter_unittest.cc2291 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local
2293 EXPECT_FALSE(FakeSystemState::Get()->prefs()->Exists(last_active_key)); in TEST_F()
2331 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local
2336 FakeSystemState::Get()->prefs()->SetString(last_active_key, "z2yz"); in TEST_F()
2362 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local
2368 FakeSystemState::Get()->prefs()->SetInt64(last_active_key, 78); in TEST_F()
2389 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local
2394 FakeSystemState::Get()->prefs()->SetInt64(last_active_key, 0); in TEST_F()
2397 EXPECT_TRUE(FakeSystemState::Get()->prefs()->Exists(last_active_key)); in TEST_F()
2404 EXPECT_FALSE(FakeSystemState::Get()->prefs()->Exists(last_active_key)); in TEST_F()
Domaha_request_action.cc500 auto last_active_key = in StorePingReply() local
502 if (!prefs->SetString(last_active_key, parser_data.daystart.elapsed_days)) in StorePingReply()
504 << last_active_key << "'."; in StorePingReply()