Lines Matching refs:l_errCode
47 uint16_t l_errCode = 0; in handleChangeInGpioPin() local
49 m_worker->getSysCfgJsonObj(), m_fruPath, l_errCode); in handleChangeInGpioPin()
51 if (l_errCode) in handleChangeInGpioPin()
55 commonUtility::getErrCodeMsg(l_errCode)); in handleChangeInGpioPin()
84 uint16_t l_errCode = 0; in handleTimerExpiry() local
87 "hotPlugging", l_errCode); in handleTimerExpiry()
89 if (l_errCode && l_errCode != error_code::DEVICE_NOT_PRESENT) in handleTimerExpiry()
93 commonUtility::getErrCodeMsg(l_errCode)); in handleTimerExpiry()
112 uint16_t l_errCode = 0; in setEventHandlerForGpioPresence() local
115 "hotPlugging", l_errCode); in setEventHandlerForGpioPresence()
117 if (l_errCode && l_errCode != error_code::DEVICE_NOT_PRESENT) in setEventHandlerForGpioPresence()
121 commonUtility::getErrCodeMsg(l_errCode)); in setEventHandlerForGpioPresence()
140 uint16_t l_errCode = 0; in initHandlerForGpio() local
142 jsonUtility::getListOfGpioPollingFrus(m_sysCfgJsonObj, l_errCode); in initHandlerForGpio()
144 if (l_errCode) in initHandlerForGpio()
148 commonUtility::getErrCodeMsg(l_errCode)); in initHandlerForGpio()