Home
last modified time | relevance | path

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

/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()
56 g_authHandler.looper->PostMessageDelay == NULL || g_authHandler.looper->RemoveMessageCustom == NULL) { 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 in PostAuthEvent()
[all...]

Completed in 1 milliseconds