Home
last modified time | relevance | path

Searched refs:BOOT_COMPLETE_PARAM (Results 1 - 2 of 2) sorted by relevance

/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_producer.cpp33 constexpr const char *BOOT_COMPLETE_PARAM = "bootevent.boot.completed"; member
61 int bootVal = GetParameter(BOOT_COMPLETE_PARAM, "", bootValue, PARAM_VALUE_SIZE); in AddAbnormalSa()
63 LOG(ERROR) << "Failed to get parameter " << BOOT_COMPLETE_PARAM; in AddAbnormalSa()
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp42 constexpr const char *BOOT_COMPLETE_PARAM = "bootevent.boot.completed"; member
286 int ret = GetParameter(BOOT_COMPLETE_PARAM, "", value, PARAM_VALUE_SIZE); in CheckBootComplete()
288 LOG(ERROR) << "Failed to get parameter " << BOOT_COMPLETE_PARAM; in CheckBootComplete()

Completed in 3 milliseconds