Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c282 PostAuthEvent(EVENT_CONNECT_TIMEOUT, HandleConnConnectTimeout, &requestId, sizeof(requestId), in PostConnConnectTimeout()
285 PostAuthEvent(EVENT_CONNECT_TIMEOUT, HandleConnConnectTimeout, &requestId, sizeof(requestId), in PostConnConnectTimeout()
389 (void)PostAuthEvent(EVENT_CONNECT_RESULT, HandleConnConnectResult, &info, sizeof(AuthConnectResult), 0); in OnWiFiConnected()
403 (void)PostAuthEvent(EVENT_CONNECT_RESULT, HandleConnConnectResult, &info, sizeof(AuthConnectResult), 0); in OnWiFiDisconnected()
636 ret = PostAuthEvent(EVENT_CONNECT_CMD, HandleConnConnectCmd, &info, sizeof(ConnCmdInfo), 0); in ConnectAuthDevice()
H A Dauth_common.c105 int32_t PostAuthEvent(EventType event, EventHandler handler, const void *obj, uint32_t size, uint64_t delayMs) in PostAuthEvent() function
H A Dauth_session_key.c593 PostAuthEvent(EVENT_UPDATE_SESSION_KEY, HandleUpdateSessionKeyEvent, &authHandle, sizeof(AuthHandle), delayMs); in ScheduleUpdateSessionKey()
H A Dauth_manager.c1034 (void)PostAuthEvent(EVENT_BLE_DISCONNECT_DELAY, HandleBleDisconnectDelay, &connId, sizeof(connId), delayMs); in BleDisconnectDelay()
1541 (void)PostAuthEvent(EVENT_AUTH_DISCONNECT, HandleDisconnectedEvent, &connId, sizeof(connId), 0); in OnDisconnected()
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h130 int32_t PostAuthEvent(EventType event, EventHandler handler,
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1443 ret = PostAuthEvent(EVENT_CONNECT_CMD, handler, obj, size, delayMs); in HWTEST_F()

Completed in 11 milliseconds