/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_connection.cpp | 33 std::function<void()> onDisconnected) in SocketConnection() 34 : socketFd_(socketFd), recv_(recv), onDisconnected_(onDisconnected) in SocketConnection() 45 std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) in Connect() 53 return std::make_shared<SocketConnection>(sockFd, recv, onDisconnected); in Connect() 31 SocketConnection(int32_t socketFd, std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) SocketConnection() argument 44 Connect(std::function<int32_t()> socket, std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) Connect() argument
|
/foundation/multimodalinput/input/intention/ipc/socket/include/ |
H A D | socket_connection.h | 36 std::function<void()> onDisconnected); 47 std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected);
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_channel.h | 37 void (*onDisconnected)(int32_t channelId); member
|
H A D | auth_interface.h | 177 void (*onDisconnected)(AuthHandle authHandle); member
|
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_tcp_connection.h | 42 void (*onDisconnected)(int32_t fd); member
|
H A D | auth_connection.h | 43 void (*onDisconnected)(uint64_t connId, const AuthConnInfo *connInfo); member
|
H A D | auth_common.h | 114 void (*onDisconnected)(AuthHandle authHandle); member
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_pipeline.h | 28 void (*onDisconnected)(int32_t channelId); member
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 130 if (g_callback.onDisconnected != NULL) { in NotifyDisconnected() 131 g_callback.onDisconnected(fd); in NotifyDisconnected() 609 if (g_listener[i].listener.onDisconnected != NULL) { in NotifyChannelDisconnected() 610 g_listener[i].listener.onDisconnected(channelId); in NotifyChannelDisconnected() 625 g_listener[i].listener.onDisconnected = listener->onDisconnected; in RegAuthChannelListener() 639 g_listener[i].listener.onDisconnected = NULL; in UnregAuthChannelListener()
|
H A D | auth_interface.c | 87 g_moduleListener[i].listener.onDisconnected = listener->onDisconnected; in RegAuthTransListener() 102 g_moduleListener[i].listener.onDisconnected = NULL; in UnregAuthTransListener() 141 if (g_moduleListener[i].listener.onDisconnected != NULL) { in NotifyTransDisconnected() 142 g_moduleListener[i].listener.onDisconnected(authHandle); in NotifyTransDisconnected() 732 .onDisconnected = NotifyTransDisconnected, in AuthInit()
|
H A D | auth_connection.c | 191 if (g_listener.onDisconnected != NULL) { in NotifyDisconnected() 192 g_listener.onDisconnected(connId, connInfo); in NotifyDisconnected() 429 .onDisconnected = OnWiFiDisconnected, in InitWiFiConn()
|
H A D | auth_manager.c | 1521 if (g_transCallback.onDisconnected != NULL) { in HandleDisconnectedEvent() 1522 g_transCallback.onDisconnected(authHandle); in HandleDisconnectedEvent() 2084 .onDisconnected = OnDisconnected, in AuthDeviceInit()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | proxy_negotiate_channel.cpp | 68 .onDisconnected = OnDisconnected, in Init()
|
H A D | auth_negotiate_channel.cpp | 297 .onDisconnected = OnAuthDisconnected, in Init()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_pipeline_test.cpp | 79 .onDisconnected = OnDisconnected, in SetUpTestCase()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_pipeline.c | 150 TRANS_CHECK_AND_RETURN_RET_LOGW(listener && listener->onDataReceived && listener->onDisconnected, in TransProxyPipelineRegisterListener() 511 if (g_manager.listeners[i].type != MSG_TYPE_INVALID && g_manager.listeners[i].listener.onDisconnected != NULL) { in TransProxyPipelineOnChannelClosed() 512 g_manager.listeners[i].listener.onDisconnected(channelId); in TransProxyPipelineOnChannelClosed()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager.c | 866 .onDisconnected = OnWifiDirectSyncAuthClose, in LnnInitSyncInfoManager() 887 .onDisconnected = NULL, in LnnInitSyncInfoManager()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 998 .onDisconnected = AuthOnDisconnected, in HWTEST_F() 1420 .onDisconnected = AuthOnDisconnectedTest, in HWTEST_F() 2042 .onDisconnected = AuthOnDisconnected, in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 782 .onDisconnected = OnDisconnect, in TransAuthInit() 786 .onDisconnected = OnDisconnect, in TransAuthInit()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p.c | 1214 .onDisconnected = OnAuthChannelClose, in P2pDirectChannelInit() 1223 .onDisconnected = OnP2pVerifyChannelClosed, in P2pDirectChannelInit()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 1167 .onDisconnected = NULL, in TransUdpChannelInit()
|