Home
last modified time | relevance | path

Searched refs:reportedGameId (Results 1 – 5 of 5) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dclientthread.h145 void SendReportGameName(unsigned reportedGameId);
H A Dserverlobbythread.h182 void SendReportGameResult(unsigned byPlayerId, unsigned reportedGameId, bool success);
/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto689 required uint32 reportedGameId = 1; field
693 required uint32 reportedGameId = 1; field
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dclientthread.cpp381 ClientThread::SendReportGameName(unsigned reportedGameId) in SendReportGameName() argument
386 netReport->set_reportedgameid(reportedGameId); in SendReportGameName()
H A Dserverlobbythread.cpp1833 ServerLobbyThread::SendReportGameResult(unsigned byPlayerId, unsigned reportedGameId, bool success) in SendReportGameResult() argument
1842 netReportAck->set_reportedgameid(reportedGameId); in SendReportGameResult()