Searched refs:saValue (Results 1 - 1 of 1) sorted by relevance
/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_producer.cpp | 103 char saValue[PARAM_VALUE_SIZE] = ""; in Run() local 104 int ret = GetParameter(SA_START, "", saValue, PARAM_VALUE_SIZE); in Run() 120 if (strcmp(saValue, SA_ABNORMAL) == 0) { in Run() 129 (void)memset_s(saValue, PARAM_VALUE_SIZE, 0, PARAM_VALUE_SIZE); in Run() 131 if (GetParameter(SA_START, "", saValue, PARAM_VALUE_SIZE) < 0 || in Run()
|
Completed in 1 milliseconds