Lines Matching refs:errcode
153 if (cb->errcode != WM_ERRCODE_SUCCESS) in MBi_WMStateOutStartConnect()
229 if (cb->errcode != WM_ERRCODE_SUCCESS) in ChildStateOutStartMP()
232 if (cb->errcode == WM_ERRCODE_SEND_FAILED) in ChildStateOutStartMP()
236 else if (cb->errcode == WM_ERRCODE_TIMEOUT) in ChildStateOutStartMP()
240 else if (cb->errcode == WM_ERRCODE_INVALID_POLLBITMAP) in ChildStateOutStartMP()
245 MBi_WMErrorCallback(cb->apiid, cb->errcode); in ChildStateOutStartMP()
315 if (cb->errcode != WM_ERRCODE_SUCCESS) in MBi_WMStateOutEndMP()
318 MBi_WMErrorCallback(cb->apiid, cb->errcode); in MBi_WMStateOutEndMP()
364 if (cb->errcode != WM_ERRCODE_SUCCESS) in MBi_WMStateOutDisconnect()
366 MBi_WMErrorCallback(cb->apiid, cb->errcode); in MBi_WMStateOutDisconnect()
407 if (cb->errcode != WM_ERRCODE_SUCCESS) in MBi_WMStateOutReset()
409 MBi_WMErrorCallback(cb->apiid, cb->errcode); in MBi_WMStateOutReset()
455 if (cb->errcode != WM_ERRCODE_SUCCESS) in ChildPortCallback()
530 if (cb->errcode == WM_ERRCODE_SUCCESS) in StateOutMPSendToParent()
534 else if (cb->errcode == WM_ERRCODE_TIMEOUT) in StateOutMPSendToParent()
586 arg.errcode = error_code; in MBi_WMErrorCallback()
611 arg.errcode = error_code; in MBi_WMApiErrorCallback()