OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUpdateStatusCheckingForUpdate
(Results
1 - 4
of
4
) sorted by null
/external/cros/system_api/dbus/update_engine/
dbus-constants.h
36
const char
kUpdateStatusCheckingForUpdate
[] =
/system/update_engine/
update_status_utils.cc
45
return update_engine::
kUpdateStatusCheckingForUpdate
;
101
} else if (s == update_engine::
kUpdateStatusCheckingForUpdate
) {
/system/update_engine/update_manager/
real_updater_provider.cc
152
{update_engine::
kUpdateStatusCheckingForUpdate
, Stage::kCheckingForUpdate},
real_updater_provider_unittest.cc
187
SetArgPointee<2>(update_engine::
kUpdateStatusCheckingForUpdate
),
Completed in 359 milliseconds