Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc89 const char kPrefsUpdateOverCellularPermission[] = variable
Dconstants.h90 extern const char kPrefsUpdateOverCellularPermission[];
/system/update_engine/
Dcommon_service.cc299 !prefs->SetBoolean(kPrefsUpdateOverCellularPermission, in_allowed)) { in SetUpdateOverCellularPermission()
353 if (!prefs || !prefs->Exists(kPrefsUpdateOverCellularPermission)) { in GetUpdateOverCellularPermission()
361 if (!prefs->GetBoolean(kPrefsUpdateOverCellularPermission, &is_allowed)) { in GetUpdateOverCellularPermission()
Domaha_request_action.cc1549 if (prefs->Exists(kPrefsUpdateOverCellularPermission) && in IsUpdateAllowedOverCellularByPrefs()
1550 prefs->GetBoolean(kPrefsUpdateOverCellularPermission, &is_allowed) && in IsUpdateAllowedOverCellularByPrefs()
Domaha_request_action_unittest.cc904 fake_prefs_.SetBoolean(kPrefsUpdateOverCellularPermission, true); in TEST_F()
/system/update_engine/update_manager/
Dreal_updater_provider.cc466 chromeos_update_engine::kPrefsUpdateOverCellularPermission, in RealUpdaterProvider()
Dreal_updater_provider_unittest.cc393 chromeos_update_engine::kPrefsUpdateOverCellularPermission, true); in TEST_F()