Searched refs:NotifyClientConnected (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_connection.c | 182 static void NotifyClientConnected(uint32_t requestId, uint64_t connId, int32_t result, const AuthCo… in NotifyClientConnected() function 272 NotifyClientConnected(requestId, 0, SOFTBUS_AUTH_CONN_TIMEOUT, NULL); in HandleConnConnectTimeout() 311 NotifyClientConnected(info->requestId, 0, SOFTBUS_AUTH_CONN_FAIL, NULL); in HandleConnConnectCmd() 330 NotifyClientConnected(item->requestId, GenConnId(AUTH_LINK_TYPE_WIFI, connResult->fd), in HandleConnConnectResult() 333 NotifyClientConnected(item->requestId, 0, connResult->ret, NULL); in HandleConnConnectResult() 525 NotifyClientConnected(requestId, connId, SOFTBUS_OK, &connInfo); in OnCommConnectSucc() 532 NotifyClientConnected(requestId, 0, reason, NULL); in OnCommConnectFail()
|