Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c50 static SoftBusHandler g_authHandler = { NULL, NULL, NULL }; variable
55 if (g_authHandler.looper == NULL || g_authHandler.looper->PostMessage == NULL || in IsAuthHandlerInit()
56g_authHandler.looper->PostMessageDelay == NULL || g_authHandler.looper->RemoveMessageCustom == NUL… in IsAuthHandlerInit()
89 msg->handler = &g_authHandler; in NewAuthMessage()
118 g_authHandler.looper->PostMessage(g_authHandler.looper, msg); in PostAuthEvent()
120 g_authHandler.looper->PostMessageDelay(g_authHandler.looper, msg, delayMs); in PostAuthEvent()
151g_authHandler.looper->RemoveMessageCustom(g_authHandler.looper, &g_authHandler, CustomFunc, &info); in RemoveAuthEvent()
448 g_authHandler.name = "AuthHandler"; in AuthCommonInit()
449 g_authHandler.HandleMessage = HandleAuthMessage; in AuthCommonInit()
461 g_authHandler.looper = NULL; in AuthCommonDeinit()
[all …]