Home
last modified time | relevance | path

Searched refs:ValidateUserHandle (Results 1 – 2 of 2) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Rooms/
H A DRoomsPlugin.cpp1680 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in CreateRoom_Callback()
1701 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in EnterRoom_Callback()
1725 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in JoinByFilter_Callback()
1744 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in LeaveRoom_Callback()
1753 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in GetInvitesToParticipant_Callback()
1765 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in SendInvite_Callback()
1790 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in AcceptInvite_Callback()
1812 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in StartSpectating_Callback()
1827 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in StopSpectating_Callback()
1842 RoomsPluginParticipant* roomsPluginParticipant = ValidateUserHandle(callResult, senderAddress); in GrantModerator_Callback()
[all …]
H A DRoomsPlugin.h964 RoomsPluginParticipant* ValidateUserHandle(RoomsPluginFunc* func, SystemAddress systemAddress);