Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c257 cb.onConnOpened = NULL; in OnAuthConnOpenedSucc()
268 cb.onConnOpened = item->callback.onConnOpened; in OnAuthConnOpenedSucc()
273 if (cb.onConnOpened != NULL) { in OnAuthConnOpenedSucc()
274 cb.onConnOpened(authRequestId, authHandle); in OnAuthConnOpenedSucc()
342 .onConnOpened = OnAuthConnOpenedSucc, in AuthOnLaneAllocSuccess()
H A Dauth_request.c216 if (connCb->onConnOpened == NULL || connCb->onConnOpenFailed == NULL) { in CheckAuthConnCallback()
217 AUTH_LOGE(AUTH_CONN, "onConnOpened or onConnOpenFailed is null"); in CheckAuthConnCallback()
258 request.connCb.onConnOpened(request.requestId, authHandle); in PerformAuthConnCallback()
H A Dauth_device.c674 callback->onConnOpened(requestId, authHandle); in AuthDeviceOpenConn()
690 callback->onConnOpened(requestId, authHandle); in AuthDeviceOpenConn()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel_test.cpp169 callback->onConnOpened(requestId, handle); in HWTEST_F()
197 callback->onConnOpened(requestId, handle); in HWTEST_F()
220 callback->onConnOpened(requestId, handle); in HWTEST_F()
242 callback->onConnOpened(requestId, handle); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_auth_negotiation.c225 .onConnOpened = OnUpdateSessionKeySucc, in TransNegotiateSessionKey()
233 .onConnOpened = OnAuthSessionKeyGenSucc, in TransNegotiateSessionKey()
251 .onConnOpened = OnAuthSessionKeyGenSucc, in TransReNegotiateSessionKey()
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_connection_mock.h90 static void onConnOpened(uint32_t requestId, AuthHandle authHandle) in onConnOpened() function in OHOS::LnnConnectInterfaceMock
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_enhance.cpp60 .onConnOpened = LnnConnectInterfaceMock::onConnOpened,
H A Dauth_other_test.cpp352 .onConnOpened = OnConnOpenedTest, in HWTEST_F()
397 .onConnOpened = OnConnOpenedTest, in HWTEST_F()
428 .onConnOpened = nullptr, in HWTEST_F()
1143 .onConnOpened = OnConnOpenedTest, in HWTEST_F()
H A Dauth_manager_test.cpp433 connCb.onConnOpened = MyConnOpenedFunc; in HWTEST_F()
624 callback.onConnOpened = MyConnOpenedFunc; in HWTEST_F()
989 request.connCb.onConnOpened = OnConnOpened; in HWTEST_F()
H A Dauth_lane_test.cpp65 .onConnOpened = OnConnOpenedTest,
H A Dauth_test.cpp1659 .onConnOpened = OnConnOpenedTest, in HWTEST_F()
1663 .onConnOpened = nullptr, in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h117 void (*onConnOpened)(uint32_t requestId, AuthHandle authHandle); member
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp389 .onConnOpened = AuthNegotiateChannel::OnConnOpened, in OpenConnection()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp155 callback->onConnOpened(requestId, authHandle); in ActionOfConnOpened()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_wifi_direct.c441 .onConnOpened = OnConnOpenedForForceDisconnect, in OpenAuthToForceDisconnect()
H A Dlnn_lane_link_p2p.c1635 .onConnOpened = OnConnOpenedForDisconnect, in OpenAuthToDisconnP2p()
2024 .onConnOpened = GuideChannelDetect, in OpenAuthToConnP2p()
2061 .onConnOpened = GuideChannelDetect, in OpenAuthTriggerToConn()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c921 cb.onConnOpened = UdpOnAuthConnOpened; in UdpOpenAuthConn()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c629 cb.onConnOpened = OnAuthConnOpened; in OpenAuthConn()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp934 callback->onConnOpened(requestId, handle); in HWTEST_F()

Completed in 26 milliseconds