Searched refs:last_active_key (Results 1 – 2 of 2) sorted by relevance
2291 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local2293 EXPECT_FALSE(FakeSystemState::Get()->prefs()->Exists(last_active_key)); in TEST_F()2331 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local2336 FakeSystemState::Get()->prefs()->SetString(last_active_key, "z2yz"); in TEST_F()2362 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local2368 FakeSystemState::Get()->prefs()->SetInt64(last_active_key, 78); in TEST_F()2389 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() local2394 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()
500 auto last_active_key = in StorePingReply() local502 if (!prefs->SetString(last_active_key, parser_data.daystart.elapsed_days)) in StorePingReply()504 << last_active_key << "'."; in StorePingReply()