Searched refs:requestMsg (Results 1 – 3 of 3) sorted by relevance
85 struct msghdr requestMsg = { in SendNetlinkRequest() local92 ssize_t ret = sendmsg(nlSockFd, &requestMsg, 0); in SendNetlinkRequest()
78 cJSON *requestMsg = cJSON_CreateObject(); in TestGetMsgInfo() local79 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()
735 cJSON *requestMsg = cJSON_CreateObject(); in StartExchangeUdpInfo() local736 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()