HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
test_client_err.c File Reference
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "client.c"
Include dependency graph for test_client_err.c:

Go to the source code of this file.

Functions

static void test_StdErrno (void)
 
static void test_ErrorDetailStr (void)
 
static void test_ErrorDetailStr_longStr (void)
 
static void test_Err (void)
 
int main (int argc, char *argv[])
 

Function Documentation

static void test_StdErrno ( void  )
static

Definition at line 8 of file test_client_err.c.

References hipcClientGetStdErrno(), and hipcClientSetStdErrno().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

static void test_ErrorDetailStr ( void  )
static

Definition at line 28 of file test_client_err.c.

References hipcClientGetErrDtlStr(), and hipcClientSetErrDtlStr().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

static void test_ErrorDetailStr_longStr ( void  )
static

Definition at line 72 of file test_client_err.c.

References HIPC_IMG_ALLOCSIZE, hipcClientGetErrDtlStr(), and hipcClientSetErrDtlStr().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

static void test_Err ( void  )
static

Definition at line 164 of file test_client_err.c.

References HIPC_ERR_PROTOCOL_VIOLATION, HIPC_N_ERR, HIPC_SUCCESS, hipcClientGetErrDtlStr(), hipcClientGetErrStr(), hipcClientGetHipcErrno(), and hipcClientSetError().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 191 of file test_client_err.c.

References test_Err(), test_ErrorDetailStr(), test_ErrorDetailStr_longStr(), and test_StdErrno().

Here is the call graph for this function: