Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c182 static void NotifyClientConnected(uint32_t requestId, uint64_t connId, int32_t result, const AuthConnInfo *connInfo) in NotifyClientConnected() function
276 NotifyClientConnected(requestId, 0, SOFTBUS_AUTH_CONN_TIMEOUT, NULL); in HandleConnConnectTimeout()
315 NotifyClientConnected(info->requestId, 0, SOFTBUS_AUTH_CONN_FAIL, NULL); in HandleConnConnectCmd()
334 NotifyClientConnected(item->requestId, GenConnId(AUTH_LINK_TYPE_WIFI, connResult->fd), in HandleConnConnectResult()
337 NotifyClientConnected(item->requestId, 0, connResult->ret, NULL); in HandleConnConnectResult()
533 NotifyClientConnected(requestId, connId, SOFTBUS_OK, &connInfo); in OnCommConnectSucc()
540 NotifyClientConnected(requestId, 0, reason, NULL); in OnCommConnectFail()

Completed in 3 milliseconds