Home
last modified time | relevance | path

Searched refs:requestMsg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/
H A Dnstackx_nlmsg.c85 struct msghdr requestMsg = { in SendNetlinkRequest() local
92 ssize_t ret = sendmsg(nlSockFd, &requestMsg, 0); in SendNetlinkRequest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp78 cJSON *requestMsg = cJSON_CreateObject(); in TestGetMsgInfo() local
79 if (requestMsg == NULL) { in TestGetMsgInfo()
80 cJSON_Delete(requestMsg); in TestGetMsgInfo()
84 if (TransPackRequestUdpInfo(requestMsg, &info) != SOFTBUS_OK) { in TestGetMsgInfo()
85 cJSON_Delete(requestMsg); in TestGetMsgInfo()
88 char *msgStr = cJSON_PrintUnformatted(requestMsg); in TestGetMsgInfo()
89 cJSON_Delete(requestMsg); in TestGetMsgInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c735 cJSON *requestMsg = cJSON_CreateObject(); in StartExchangeUdpInfo() local
736 if (requestMsg == NULL) { in StartExchangeUdpInfo()
741 if (TransPackRequestUdpInfo(requestMsg, &(channel->info)) != SOFTBUS_OK) { in StartExchangeUdpInfo()
743 cJSON_Delete(requestMsg); in StartExchangeUdpInfo()
746 char *msgStr = cJSON_PrintUnformatted(requestMsg); in StartExchangeUdpInfo()
747 cJSON_Delete(requestMsg); in StartExchangeUdpInfo()