Searched refs:GetAppIdFunc (Results 1 – 2 of 2) sorted by relevance
252 typedef int32_t (*GetAppIdFunc)(void *ssnptr); typedef253 typedef void (*RegisterGetAppIdFunc)(GetAppIdFunc);563 GetAppIdFunc getAppId;
1950 static GetAppIdFunc getAppIdFnPtr = NULL;1952 static void registerGetAppId(GetAppIdFunc fnptr) in registerGetAppId()