Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Domaha_request_action_unittest.cc483 last_active_key_ = PrefsInterface::CreateSubKey( in SetUp()
503 std::string last_active_key_; member in chromeos_update_engine::OmahaRequestActionDlcPingTest
3103 EXPECT_FALSE(fake_prefs_->GetInt64(last_active_key_, &temp_int)); in TEST_F()
3124 EXPECT_TRUE(fake_prefs_->GetString(last_active_key_, &temp_str)); in TEST_F()
3143 fake_prefs_->SetString(last_active_key_, "555"); in TEST_F()
3150 EXPECT_TRUE(fake_prefs_->GetString(last_active_key_, &temp_str)); in TEST_F()