Searched refs:last_rollcall_key (Results 1 – 2 of 2) sorted by relevance
2294 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local2296 EXPECT_FALSE(FakeSystemState::Get()->prefs()->Exists(last_rollcall_key)); in TEST_F()2333 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local2337 FakeSystemState::Get()->prefs()->SetString(last_rollcall_key, "z2yz"); in TEST_F()2364 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local2369 FakeSystemState::Get()->prefs()->SetInt64(last_rollcall_key, 99); in TEST_F()2391 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local2395 FakeSystemState::Get()->prefs()->SetInt64(last_rollcall_key, 0); in TEST_F()2398 EXPECT_TRUE(FakeSystemState::Get()->prefs()->Exists(last_rollcall_key)); in TEST_F()2405 EXPECT_FALSE(FakeSystemState::Get()->prefs()->Exists(last_rollcall_key)); in TEST_F()
491 auto last_rollcall_key = in StorePingReply() local493 if (!prefs->SetString(last_rollcall_key, parser_data.daystart.elapsed_days)) in StorePingReply()495 << last_rollcall_key << "'."; in StorePingReply()