Home | History | Annotate | Download | only in foundation

Lines Matching refs:setInt32

206         msg->setInt32("sessionID", mSessionID);
207 msg->setInt32("reason", kWhatClientConnected);
209 msg->setInt32("server-port", ntohs(localAddr.sin_port));
211 msg->setInt32("client-port", ntohs(remoteAddr.sin_port));
298 notify->setInt32("sessionID", mSessionID);
299 notify->setInt32("reason", kWhatDatagram);
311 notify->setInt32("fromPort", ntohs(remoteAddr.sin_port));
377 notify->setInt32("sessionID", mSessionID);
378 notify->setInt32("reason", kWhatDatagram);
400 notify->setInt32("sessionID", mSessionID);
401 notify->setInt32("reason", kWhatBinaryData);
402 notify->setInt32("channel", mInBuffer.c_str()[1]);
426 notify->setInt32("sessionID", mSessionID);
427 notify->setInt32("reason", kWhatData);
506 notify->setInt32("sessionID", mSessionID);
507 notify->setInt32("reason", kWhatWebSocketMessage);
509 notify->setInt32("headerByte", data[0]);
678 msg->setInt32("sessionID", mSessionID);
679 msg->setInt32("reason", kWhatNetworkStall);
783 msg->setInt32("sessionID", mSessionID);
784 msg->setInt32("reason", kWhatError);
785 msg->setInt32("send", send);
786 msg->setInt32("err", err);
793 msg->setInt32("sessionID", mSessionID);
794 msg->setInt32("reason", reason);