const char g_szSendTest[] = "send";
const char g_szSetGetSeqNumTest[] = "set_get_seq_num";
const char g_szSetGetTagTest[] = "set_get_tag";
-static const char g_szPorttest[] = "porttest";
static const char g_szPort_Name[] = "Message";
bool g_callbackOnMsgReceived;
rpc_port_parcel_h hPortParcel = NULL;
g_bCallbackCalled = false;
g_callbackOnMsgReceived = false;
- int nTimeoutId = -1;
int nRetVal = rpc_port_proxy_add_connected_event_cb(g_hproxyhandle,RpcMessage_Onconnected_cb, g_szCreateTest);
PRINT_RESULT(RPC_PORT_ERROR_NONE, nRetVal, "rpc_port_proxy_add_connected_event_cb", RpcPortGetError(nRetVal));
rpc_port_proxy_h hPortProxy = NULL;
g_bCallbackCalled = false;
- int nTimeoutId = -1;
int nRetVal = rpc_port_proxy_add_connected_event_cb(g_hproxyhandle,RpcMessage_Onconnected_cb2, g_szSendTest);
PRINT_RESULT(RPC_PORT_ERROR_NONE, nRetVal, "rpc_port_proxy_add_connected_event_cb", RpcPortGetError(nRetVal));
g_bCallbackCalled = false;
g_callbackOnMsgReceived = false;
- int nTimeoutId = -1;
int nRetVal = rpc_port_proxy_add_connected_event_cb(g_hproxyhandle,RpcMessage_Onconnected_cb, g_szSendTest);
PRINT_RESULT(RPC_PORT_ERROR_NONE, nRetVal, "rpc_port_proxy_add_connected_event_cb", RpcPortGetError(nRetVal));
g_bCallbackCalled = false;
g_callbackOnMsgReceived = false;
- int nTimeoutId = -1;
int nRetVal = rpc_port_proxy_add_connected_event_cb(g_hproxyhandle,RpcMessage_Onconnected_cb, g_szSendTest);
PRINT_RESULT(RPC_PORT_ERROR_NONE, nRetVal, "rpc_port_proxy_add_connected_event_cb", RpcPortGetError(nRetVal));
{
START_TEST;
rpc_port_parcel_h hPortParcel = NULL;
- rpc_port_parcel_h hPortParcelFromRaw = NULL;
unsigned int nSize = 0;
char *pszStr = NULL, *pszWriteString = "test";
void *pszRaw = NULL;