Searched refs:TransProxyPostSessionData (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxy_session_test.cpp | 147 ret = TransProxyPostSessionData(channelId, NULL, 0, (SessionPktType)flags); 153 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 171 …int32_t ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION… 173 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 175 … ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_BYTES); 194 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 196 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 198 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 201 … ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_BYTES); 207 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_FILE_LA… [all …]
|
H A D | trans_proxy_session_test.cpp | 165 ret = TransProxyPostSessionData(channelId, NULL, 0, (SessionPktType)flags); 171 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 197 …int32_t ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION… 199 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 201 … ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_BYTES); 231 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 233 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 235 …ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_MESSAGE… 238 … ret = TransProxyPostSessionData(channelId, (const unsigned char *)data, len, TRANS_SESSION_BYTES);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_session.h | 44 int32_t TransProxyPostSessionData(int32_t channelId, const unsigned char *data, uint32_t len, Sessi…
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_session.c | 131 int32_t TransProxyPostSessionData(int32_t channelId, const unsigned char *data, uint32_t len, Sessi… in TransProxyPostSessionData() function
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 633 … ret = TransProxyPostSessionData(channelId, (unsigned char*)data, len, (SessionPktType)msgType); in TransSendMsg()
|