Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos/
Ddebug.cpp35 ErrorString_helper(APP_ERROR_CHECKSUM) in StatusCodeString()
/external/nos/host/generic/nugget/include/
Dapplication.h311 APP_ERROR_CHECKSUM, /* checksum failed, only used within protocol */ enumerator
/external/nos/host/generic/libnos_transport/
Dtransport.c490 if (status_code != APP_ERROR_CHECKSUM) break; in nos_call_application()
493 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()
/external/nos/test/system-test-harness/src/
Dtransport_tests.cc218 APP_STATUS_DONE | APP_ERROR_CHECKSUM, 0,
/external/nos/host/generic/citadel/updater/
Dupdater.cpp270 case APP_ERROR_CHECKSUM: in is_app_success()