Searched refs:last_rollcall_key (Results 1 – 2 of 2) sorted by relevance
2406 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local2408 EXPECT_FALSE(fake_system_state_.prefs()->Exists(last_rollcall_key)); in TEST_F()2447 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local2451 fake_system_state_.prefs()->SetString(last_rollcall_key, "z2yz"); in TEST_F()2480 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local2485 fake_system_state_.prefs()->SetInt64(last_rollcall_key, 99); in TEST_F()2509 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() local2513 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()
430 auto last_rollcall_key = in StorePingReply() local432 if (!prefs->SetString(last_rollcall_key, parser_data.daystart_elapsed_days)) in StorePingReply()434 << last_rollcall_key << "'."; in StorePingReply()