Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp429 ret = TransProxyParseMessage(buf, len, &msg);
435 ret = TransProxyParseMessage(buf, len, &msg);
442 ret = TransProxyParseMessage(buf, len, &msg);
449 ret = TransProxyParseMessage(buf, len, &msg);
484 ret = TransProxyParseMessage(buf, len, &outMsg);
533 ret = TransProxyParseMessage(buf, len, &outMsg);
536 ret = TransProxyParseMessage(buf, len, &outMsg);
541 ret = TransProxyParseMessage(buf, len, &outMsg);
545 ret = TransProxyParseMessage(buf, len, &outMsg);
547 ret = TransProxyParseMessage(buf, len, &outMsg);
[all …]
H A Dsoftbus_proxychannel_message_test.cpp481 ret = TransProxyParseMessage(buf, len, &msg, &authHandle);
487 ret = TransProxyParseMessage(buf, len, &msg, &authHandle);
494 ret = TransProxyParseMessage(buf, len, &msg, &authHandle);
501 ret = TransProxyParseMessage(buf, len, &msg, &authHandle);
530 ret = TransProxyParseMessage(buf, len, &outMsg, &authHandle);
566 ret = TransProxyParseMessage(buf, len, &outMsg, &authHandle);
569 ret = TransProxyParseMessage(buf, len, &outMsg, &authHandle);
574 ret = TransProxyParseMessage(buf, len, &outMsg, &authHandle);
578 ret = TransProxyParseMessage(buf, len, &outMsg, &authHandle);
580 ret = TransProxyParseMessage(buf, len, &outMsg, &authHandle);
[all …]
H A Dtrans_proxy_channel_test.cpp609 int32_t ret = TransProxyParseMessage(data, len, &msg, &authHandle);
613 ret = TransProxyParseMessage(data, len, &msg, &authHandle);
616 ret = TransProxyParseMessage(data, PROXY_CHANNEL_HEAD_LEN - 1, &msg, &authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h168 int32_t TransProxyParseMessage(char *data, int32_t len, ProxyMessage *msg, AuthHandle *auth);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c871 int32_t ret = TransProxyParseMessage((char *)data, len, &msg, &authHandle); in TransProxyOnDataReceived()
H A Dsoftbus_proxychannel_message.c260 int32_t TransProxyParseMessage(char *data, int32_t len, ProxyMessage *msg, AuthHandle *auth) in TransProxyParseMessage() function