/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_callback.h | 33 int32_t (*OnChannelClosed)( member
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_callback.c | 47 return g_channelCb.OnChannelClosed(pkgName, pid, channelId, CHANNEL_TYPE_TCP_DIRECT, MESSAGE_TYPE_NOMAL); in TransTdcOnChannelClosed()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_callback.c | 40 return g_channelCb.OnChannelClosed(pkgName, pid, channelId, CHANNEL_TYPE_PROXY, MESSAGE_TYPE_NOMAL); in TransProxyOnChannelClosed()
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 41 virtual int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType);
|
H A D | softbus_client_stub.h | 41 int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) override;
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 31 int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) override;
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 32 int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) override;
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 46 int32_t ISoftBusClient::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 133 int32_t SoftBusClientStub::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() function in OHOS::SoftBusClientStub 269 int32_t ret = OnChannelClosed(channelId, channelType, messageType); in OnChannelClosedInner()
|
/foundation/communication/dsoftbus/tests/sdk/frame/standard/ |
H A D | softbus_frame_standard_test.cpp | 97 int32_t OnChannelClosed([[maybe_unused]] int32_t channelId, [[maybe_unused]] int32_t channelType, 485 ret = g_stub->OnChannelClosed(testInt, testInt, testInt); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/ |
H A D | trans_channel_callback_test.cpp | 214 int32_t ret = TransServerGetChannelCb()->OnChannelClosed(NULL, TEST_PID, channelId, channelType, in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_callback_test.cpp | 88 g_channelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TransTcpDirectCallbackTest()
|
H A D | trans_tcp_direct_p2p_test.cpp | 151 g_testChannelCallBack.OnChannelClosed = TestTransServerOnChannelClosed; in TestTransServerGetChannelCb()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_static_test.cpp | 63 g_testchannelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TestTransServerGetChannelCb()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 257 g_channelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TransServerGetChannelCb()
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy.cpp | 143 int32_t ret = clientProxy->OnChannelClosed(data->msgChannelId, data->msgChannelType, data->msgMessageType); in ClientIpcOnChannelClosed() 145 TRANS_LOGE(TRANS_CTRL, "OnChannelClosed failed, ret=%{public}d", ret); in ClientIpcOnChannelClosed()
|
H A D | trans_client_proxy_standard.cpp | 248 int32_t TransClientProxy::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() function in OHOS::TransClientProxy 268 TRANS_LOGE(TRANS_CTRL, "OnChannelClosed send request failed, ret=%{public}d", ret); in OnChannelClosed()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_listener_test.cpp | 138 callBack.OnChannelClosed = TestOnChannelClosed; in SetUpTestCase()
|
H A D | trans_proxy_channel_test.cpp | 119 callBack.OnChannelClosed = TestOnChannelClosed; in TestAddTestProxyChannel()
|
H A D | trans_proxy_manager_test.cpp | 165 callBack.OnChannelClosed = TestOnChannelClosed; in SetUpTestCase()
|
H A D | softbus_proxychannel_manager_test.cpp | 160 callBack.OnChannelClosed = TestOnChannelClosed; in SetUpTestCase()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager.c | 476 static void OnChannelClosed(int32_t channelId) in OnChannelClosed() function 546 OnChannelClosed,
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy_standard.cpp | 39 int32_t BusCenterClientProxy::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() function in OHOS::BusCenterClientProxy
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 170 int32_t ret = g_channelCb->OnChannelClosed(info->myData.pkgName, info->myData.pid, in NotifyUdpChannelClosed()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 199 return g_cb->OnChannelClosed(pkgName, pid, channelId, CHANNEL_TYPE_AUTH, MESSAGE_TYPE_NOMAL); in NofifyCloseAuthChannel()
|