Home
last modified time | relevance | path

Searched refs:a_body (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c407 void PackIntoHslCmdResp(EN_RESPONSE_ID a_respId, const void* a_body) in PackIntoHslCmdResp() argument
419 … MS_U32 strLength = strlen((const char*)a_body) + 1; /* +1 for the null char as this is a string */ in PackIntoHslCmdResp()
427 strncpy(container.U_Resp.atResponse, (char*) a_body,strLength); in PackIntoHslCmdResp()
435 const AtCmdEcho* cmdEchoPtr = (const AtCmdEcho*) a_body; in PackIntoHslCmdResp()
H A Dfrhsl_datalink.h257 void PackIntoHslCmdResp(EN_RESPONSE_ID a_respId, const void* a_body);