Home
last modified time | relevance | path

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

/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_producer.cpp32 constexpr int32_t PARAM_VALUE_SIZE = 10; member
48 char saStatus[PARAM_VALUE_SIZE] = ""; in AddAbnormalSa()
52 int ret = GetParameter(attr.c_str(), "", saStatus, PARAM_VALUE_SIZE); in AddAbnormalSa()
60 char bootValue[PARAM_VALUE_SIZE] = ""; in AddAbnormalSa()
61 int bootVal = GetParameter(BOOT_COMPLETE_PARAM, "", bootValue, PARAM_VALUE_SIZE); in AddAbnormalSa()
73 if (strcpy_s(saStatus, PARAM_VALUE_SIZE, "") != EOK) { in AddAbnormalSa()
82 char appInstallRes[PARAM_VALUE_SIZE] = ""; in AddAbnormalApp()
86 if (GetParameter(attr.c_str(), "", appInstallRes, PARAM_VALUE_SIZE) < 0) { in AddAbnormalApp()
91 (void)memset_s(appInstallRes, PARAM_VALUE_SIZE, 0, PARAM_VALUE_SIZE); in AddAbnormalApp()
[all...]
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp44 constexpr int32_t PARAM_VALUE_SIZE = 10; member
285 char value[PARAM_VALUE_SIZE] = ""; in CheckBootComplete()
286 int ret = GetParameter(BOOT_COMPLETE_PARAM, "", value, PARAM_VALUE_SIZE); in CheckBootComplete()

Completed in 2 milliseconds