Searched refs:active_key (Results 1 – 2 of 2) sorted by relevance
2443 auto active_key = in TEST_F() local2449 fake_system_state_.prefs()->SetString(active_key, "z2yz"); in TEST_F()2476 auto active_key = in TEST_F() local2483 fake_system_state_.prefs()->SetInt64(active_key, 1); in TEST_F()2505 auto active_key = in TEST_F() local2511 fake_system_state_.prefs()->SetInt64(active_key, kPingInactiveValue); in TEST_F()2514 EXPECT_TRUE(fake_system_state_.prefs()->Exists(active_key)); in TEST_F()2525 EXPECT_TRUE(fake_system_state_.prefs()->Exists(active_key)); in TEST_F()2527 EXPECT_TRUE(fake_system_state_.prefs()->GetInt64(active_key, &temp_int)); in TEST_F()2537 auto active_key = in TEST_F() local[all …]
424 auto active_key = in StorePingReply() local426 if (!prefs->SetInt64(active_key, kPingInactiveValue)) in StorePingReply()427 LOG(ERROR) << "Failed to set the value of ping metadata '" << active_key in StorePingReply()