Home
last modified time | relevance | path

Searched refs:active_key (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/cros/
Dupdate_attempter_unittest.cc2329 auto active_key = in TEST_F() local
2335 FakeSystemState::Get()->prefs()->SetString(active_key, "z2yz"); in TEST_F()
2360 auto active_key = in TEST_F() local
2367 FakeSystemState::Get()->prefs()->SetInt64(active_key, 1); in TEST_F()
2387 auto active_key = in TEST_F() local
2393 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 …]
Domaha_request_action.cc485 auto active_key = in StorePingReply() local
487 if (!prefs->SetInt64(active_key, kPingInactiveValue)) in StorePingReply()
488 LOG(ERROR) << "Failed to set the value of ping metadata '" << active_key in StorePingReply()