Searched defs:payLoad (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_control.c | 31 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
|
H A D | softbus_proxychannel_session.c | 137 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()
|
/ohos5.0/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lite_lcdkit.c | 227 uint8_t payLoad[] = { 0x51, 0x00 }; // panel backlight cmd in SetBacklightByMipi() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_message_test.cpp | 567 const char *payLoad = "test payload data"; variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_file_manager.c | 502 … int32_t WriteToFile(FileInfo *fileInfo, uint32_t blockSequence, uint16_t length, uint8_t *payLoad, in WriteToFile() 606 uint8_t *payLoad = NULL; in WriteSingleBlockFrame() local
|