/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_lane.c | 257 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 D | auth_request.c | 216 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 D | auth_device.c | 674 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 D | auth_negotiate_channel_test.cpp | 169 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 D | trans_auth_negotiation.c | 225 .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 D | lnn_connection_mock.h | 90 static void onConnOpened(uint32_t requestId, AuthHandle authHandle) in onConnOpened() function in OHOS::LnnConnectInterfaceMock
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test_enhance.cpp | 60 .onConnOpened = LnnConnectInterfaceMock::onConnOpened,
|
H A D | auth_other_test.cpp | 352 .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 D | auth_manager_test.cpp | 433 connCb.onConnOpened = MyConnOpenedFunc; in HWTEST_F() 624 callback.onConnOpened = MyConnOpenedFunc; in HWTEST_F() 989 request.connCb.onConnOpened = OnConnOpened; in HWTEST_F()
|
H A D | auth_lane_test.cpp | 65 .onConnOpened = OnConnOpenedTest,
|
H A D | auth_test.cpp | 1659 .onConnOpened = OnConnOpenedTest, in HWTEST_F() 1663 .onConnOpened = nullptr, in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 117 void (*onConnOpened)(uint32_t requestId, AuthHandle authHandle); member
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | auth_negotiate_channel.cpp | 389 .onConnOpened = AuthNegotiateChannel::OnConnOpened, in OpenConnection()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_deps_mock.cpp | 155 callback->onConnOpened(requestId, authHandle); in ActionOfConnOpened()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_wifi_direct.c | 441 .onConnOpened = OnConnOpenedForForceDisconnect, in OpenAuthToForceDisconnect()
|
H A D | lnn_lane_link_p2p.c | 1635 .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 D | trans_udp_negotiation.c | 921 cb.onConnOpened = UdpOnAuthConnOpened; in UdpOpenAuthConn()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p.c | 629 cb.onConnOpened = OnAuthConnOpened; in OpenAuthConn()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 934 callback->onConnOpened(requestId, handle); in HWTEST_F()
|