Home
last modified time | relevance | path

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

/system/update_engine/cros/
Domaha_request_builder_xml_unittest.cc400 const string dlc_cohort_name_key = PrefsInterface::CreateSubKey( in TEST_F() local
403 EXPECT_TRUE(fake_prefs->SetString(dlc_cohort_name_key, kDlcCohortNameVal)); in TEST_F()
Domaha_request_action_unittest.cc1321 const string dlc_cohort_name_key = fake_prefs_->CreateSubKey( in TEST_F() local
1327 EXPECT_TRUE(fake_prefs_->SetString(dlc_cohort_name_key, "old_name_dlc")); in TEST_F()
1357 EXPECT_FALSE(fake_prefs_->GetString(dlc_cohort_name_key, &value)); in TEST_F()