Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp892 int32_t ret = TransProxyParseMessageHead(buf, len, &msg);
897 ret = TransProxyParseMessageHead(bufHead, len, &msg);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c37 static int32_t TransProxyParseMessageHead(char *data, int32_t len, ProxyMessage *msg) in TransProxyParseMessageHead() function
264 int32_t ret = TransProxyParseMessageHead(data, len, msg); in TransProxyParseMessage()