Home
last modified time | relevance | path

Searched defs:payLoad (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_control.c31 int32_t TransProxySendInnerMessage(ProxyChannelInfo *info, const char *payLoad, in TransProxySendInnerMessage()
91 char *payLoad = NULL; in TransProxyHandshake() local
141 char *payLoad = NULL; in TransProxyAckHandshake() local
185 char *payLoad = NULL; in TransProxyKeepalive() local
221 char *payLoad = NULL; in TransProxyAckKeepalive() local
259 char *payLoad = NULL; in TransProxyResetPeer() local
Dsoftbus_proxychannel_session.c139 static char *TransProxyPackAppNormalMsg(const ProxyMessageHead *msg, const char *payLoad, in TransProxyPackAppNormalMsg()
175 static int32_t TransProxyTransNormalMsg(const ProxyChannelInfo *info, const char *payLoad, int payL… in TransProxyTransNormalMsg()
201 int32_t TransProxyTransDataSendMsg(ProxyChannelInfo *info, const unsigned char *payLoad, in TransProxyTransDataSendMsg()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
Dtrans_proxy_message_test.cpp573 const char *payLoad = "test payload data"; variable
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_file_manager.c508 … int32_t WriteToFile(FileInfo *fileInfo, uint32_t blockSequence, uint16_t length, uint8_t *payLoad, in WriteToFile()
612 uint8_t *payLoad = NULL; in WriteSingleBlockFrame() local