Searched refs:appInstallRes (Results 1 - 1 of 1) sorted by relevance
/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_producer.cpp | 82 char appInstallRes[PARAM_VALUE_SIZE] = ""; in AddAbnormalApp() local 86 if (GetParameter(attr.c_str(), "", appInstallRes, PARAM_VALUE_SIZE) < 0) { in AddAbnormalApp() 90 if (strncmp(appInstallRes, BMS_INSTALL_FAIL, resLength) != 0) { in AddAbnormalApp() 91 (void)memset_s(appInstallRes, PARAM_VALUE_SIZE, 0, PARAM_VALUE_SIZE); in AddAbnormalApp() 96 (void)memset_s(appInstallRes, PARAM_VALUE_SIZE, 0, PARAM_VALUE_SIZE); in AddAbnormalApp()
|
Completed in 1 milliseconds