Searched refs:appValue (Results 1 - 1 of 1) sorted by relevance
/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_producer.cpp | 109 char appValue[PARAM_VALUE_SIZE] = ""; in Run() local 110 if (GetParameter(BMS_START_INSTALL, "", appValue, PARAM_VALUE_SIZE) < 0) { in Run() 125 if (strcmp(appValue, BMS_REVERT) == 0) { in Run() 130 (void)memset_s(appValue, PARAM_VALUE_SIZE, 0, PARAM_VALUE_SIZE); in Run() 132 GetParameter(BMS_START_INSTALL, "", appValue, PARAM_VALUE_SIZE) < 0) { in Run()
|
Completed in 1 milliseconds