Searched refs:GetGroupAuthFunc (Results 1 – 2 of 2) sorted by relevance
32 typedef BaseGroupAuth* (*GetGroupAuthFunc)(int32_t groupAuthType); typedef33 void RegisterGroupAuth(GetGroupAuthFunc getGroupAuth);
21 static GetGroupAuthFunc g_groupAuthFunc;118 void RegisterGroupAuth(GetGroupAuthFunc getGroupAuthFunc) in RegisterGroupAuth()