Home
last modified time | relevance | path

Searched refs:APP_ERROR_CHECKSUM (Results 1 – 4 of 4) sorted by relevance

/external/nos/host/generic/libnos/
Ddebug.cpp35 ErrorString_helper(APP_ERROR_CHECKSUM) in StatusCodeString()
/external/nos/host/generic/nugget/include/
Dapplication.h315 APP_ERROR_CHECKSUM, /* checksum failed, only used within protocol */ enumerator
/external/nos/host/generic/libnos_transport/
Dtransport.c500 if (status_code != APP_ERROR_CHECKSUM) break; in nos_call_application()
503 if (status_code == APP_ERROR_CHECKSUM) { in nos_call_application()
/external/nos/host/generic/libnos_transport/test/
Dtest.cpp187 status->status = APP_STATUS_DONE | APP_ERROR_CHECKSUM; in ACTION()