Searched refs:active_key (Results 1 – 2 of 2) sorted by relevance
2329 auto active_key = in TEST_F() local2335 FakeSystemState::Get()->prefs()->SetString(active_key, "z2yz"); in TEST_F()2360 auto active_key = in TEST_F() local2367 FakeSystemState::Get()->prefs()->SetInt64(active_key, 1); in TEST_F()2387 auto active_key = in TEST_F() local2393 FakeSystemState::Get()->prefs()->SetInt64(active_key, kPingInactiveValue); in TEST_F()2396 EXPECT_TRUE(FakeSystemState::Get()->prefs()->Exists(active_key)); in TEST_F()2407 EXPECT_TRUE(FakeSystemState::Get()->prefs()->Exists(active_key)); in TEST_F()2409 EXPECT_TRUE(FakeSystemState::Get()->prefs()->GetInt64(active_key, &temp_int)); in TEST_F()2417 auto active_key = in TEST_F() local[all …]
485 auto active_key = in StorePingReply() local487 if (!prefs->SetInt64(active_key, kPingInactiveValue)) in StorePingReply()488 LOG(ERROR) << "Failed to set the value of ping metadata '" << active_key in StorePingReply()