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()
113 char *payLoad = NULL; in TransProxyHandshake() local
162 char *payLoad = NULL; in TransProxyAckHandshake() local
208 char *payLoad = NULL; in TransProxyKeepalive() local
244 char *payLoad = NULL; in TransProxyAckKeepalive() local
283 char *payLoad = NULL; in TransProxyResetPeer() local
Dsoftbus_proxychannel_session.c137 static char *TransProxyPackAppNormalMsg(const ProxyMessageHead *msg, const char *payLoad, in TransProxyPackAppNormalMsg()
171 static int32_t TransProxyTransNormalMsg(const ProxyChannelInfo *info, const char *payLoad, int32_t … in TransProxyTransNormalMsg()
197 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.cpp567 const char *payLoad = "test payload data"; variable
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_file_manager.c502 … int32_t WriteToFile(FileInfo *fileInfo, uint32_t blockSequence, uint16_t length, uint8_t *payLoad, in WriteToFile()
606 uint8_t *payLoad = NULL; in WriteSingleBlockFrame() local