Searched refs:groupAuthType (Results 1 – 4 of 4) sorted by relevance
85 int32_t groupAuthType = GetAuthType(authForm); in CombineAuthConfirmData() local86 BaseGroupAuth *groupAuthHandle = GetGroupAuth(groupAuthType); in CombineAuthConfirmData()113 BaseGroupAuth *GetGroupAuth(int32_t groupAuthType) in GetGroupAuth() argument115 return g_groupAuthFunc(groupAuthType); in GetGroupAuth()
96 int32_t groupAuthType = GetAuthType(authForm); in GetAuthInfoForServer() local97 BaseGroupAuth *groupAuthHandle = GetGroupAuth(groupAuthType); in GetAuthInfoForServer()
26 static BaseGroupAuth *GetAccountGroupAuth(int32_t groupAuthType) in GetAccountGroupAuth() argument28 switch (groupAuthType) { in GetAccountGroupAuth()
30 BaseGroupAuth *GetGroupAuth(int32_t groupAuthType);32 typedef BaseGroupAuth* (*GetGroupAuthFunc)(int32_t groupAuthType);