Home
last modified time | relevance | path

Searched refs:byPlayerId (Results 1 – 6 of 6) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/db/
H A Dserverdbinterface.h62 …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 Dserverdbgeneric.h62 …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 Dserverdbthread.cpp270 … 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 Dserverdbthread.h71 …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 Dserverlobbythread.h181 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 Dserverlobbythread.cpp1817 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()