Searched refs:byPlayerId (Results 1 – 6 of 6) sorted by relevance
/dports/games/pokerth/pokerth-1.1.2-rc/src/db/ |
H A D | serverdbinterface.h | 62 …rtedPlayerId, const std::string &avatarHash, const std::string &avatarType, DB_id *byPlayerId) = 0; 63 …lyId, DB_id *creatorPlayerId, unsigned gameId, const std::string &gameName, DB_id *byPlayerId) = 0;
|
H A D | serverdbgeneric.h | 62 …reportedPlayerId, const std::string &avatarHash, const std::string &avatarType, DB_id *byPlayerId); 63 … replyId, DB_id *creatorPlayerId, unsigned gameId, const std::string &gameName, DB_id *byPlayerId);
|
/dports/games/pokerth/pokerth-1.1.2-rc/src/dbofficial/ |
H A D | serverdbthread.cpp | 270 … reportedPlayerId, const std::string &avatarHash, const std::string &avatarType, DB_id *byPlayerId) in AsyncReportAvatar() argument 278 if (byPlayerId) { in AsyncReportAvatar() 280 paramStream << *byPlayerId; in AsyncReportAvatar() 302 …d replyId, DB_id *creatorPlayerId, unsigned gameId, const std::string &gameName, DB_id *byPlayerId) in AsyncReportGame() argument 313 if (byPlayerId) { in AsyncReportGame() 315 paramStream << *byPlayerId; in AsyncReportGame()
|
H A D | serverdbthread.h | 71 …reportedPlayerId, const std::string &avatarHash, const std::string &avatarType, DB_id *byPlayerId); 72 … replyId, DB_id *creatorPlayerId, unsigned gameId, const std::string &gameName, DB_id *byPlayerId);
|
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/ |
H A D | serverlobbythread.h | 181 void SendReportAvatarResult(unsigned byPlayerId, unsigned reportedPlayerId, bool success); 182 void SendReportGameResult(unsigned byPlayerId, unsigned reportedGameId, bool success); 183 void SendAdminBanPlayerResult(unsigned byPlayerId, unsigned reportedPlayerId, bool success);
|
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/ |
H A D | serverlobbythread.cpp | 1817 ServerLobbyThread::SendReportAvatarResult(unsigned byPlayerId, unsigned reportedPlayerId, bool succ… in SendReportAvatarResult() argument 1819 boost::shared_ptr<SessionData> session = m_sessionManager.GetSessionByUniquePlayerId(byPlayerId); in SendReportAvatarResult() 1821 session = m_gameSessionManager.GetSessionByUniquePlayerId(byPlayerId); in SendReportAvatarResult() 1833 ServerLobbyThread::SendReportGameResult(unsigned byPlayerId, unsigned reportedGameId, bool success) in SendReportGameResult() argument 1835 boost::shared_ptr<SessionData> session = m_sessionManager.GetSessionByUniquePlayerId(byPlayerId); in SendReportGameResult() 1837 session = m_gameSessionManager.GetSessionByUniquePlayerId(byPlayerId); in SendReportGameResult() 1849 ServerLobbyThread::SendAdminBanPlayerResult(unsigned byPlayerId, unsigned reportedPlayerId, bool su… in SendAdminBanPlayerResult() argument 1851 boost::shared_ptr<SessionData> session = m_sessionManager.GetSessionByUniquePlayerId(byPlayerId); in SendAdminBanPlayerResult() 1853 session = m_gameSessionManager.GetSessionByUniquePlayerId(byPlayerId); in SendAdminBanPlayerResult()
|