Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos/
Ddebug.cpp32 ErrorString_helper(APP_ERROR_TOO_MUCH) in StatusCodeString()
DNuggetClientDebuggable.cpp38 return APP_ERROR_TOO_MUCH; in CallApp()
DNuggetClient.cpp63 return APP_ERROR_TOO_MUCH; in CallApp()
/external/nos/host/generic/nugget/include/
Dapplication.h312 APP_ERROR_TOO_MUCH, /* caller sent too much data */ enumerator
/external/nos/host/generic/libnos/generator/test/
Dtest.cpp154 EXPECT_THAT(service.Greet(request, &response), Eq(APP_ERROR_TOO_MUCH)); in TEST()
/external/nos/host/generic/libnos_transport/
Dtransport.c494 if (status_code == APP_ERROR_TOO_MUCH) { in nos_call_application()