Home
last modified time | relevance | path

Searched refs:OnChannelClosed (Results 1 - 25 of 25) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h33 int32_t (*OnChannelClosed)( member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_callback.c47 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 Dsoftbus_proxychannel_callback.c40 return g_channelCb.OnChannelClosed(pkgName, pid, channelId, CHANNEL_TYPE_PROXY, MESSAGE_TYPE_NOMAL); in TransProxyOnChannelClosed()
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h41 virtual int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType);
H A Dsoftbus_client_stub.h41 int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) override;
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h31 int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h32 int32_t OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) override;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp46 int32_t ISoftBusClient::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp133 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 Dsoftbus_frame_standard_test.cpp97 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 Dtrans_channel_callback_test.cpp214 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 Dtrans_tcp_direct_callback_test.cpp88 g_channelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TransTcpDirectCallbackTest()
H A Dtrans_tcp_direct_p2p_test.cpp151 g_testChannelCallBack.OnChannelClosed = TestTransServerOnChannelClosed; in TestTransServerGetChannelCb()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp63 g_testchannelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TestTransServerGetChannelCb()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c257 g_channelCallBack.OnChannelClosed = TransServerOnChannelClosed; in TransServerGetChannelCb()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp143 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 Dtrans_client_proxy_standard.cpp248 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 Dsoftbus_proxychannel_listener_test.cpp138 callBack.OnChannelClosed = TestOnChannelClosed; in SetUpTestCase()
H A Dtrans_proxy_channel_test.cpp119 callBack.OnChannelClosed = TestOnChannelClosed; in TestAddTestProxyChannel()
H A Dtrans_proxy_manager_test.cpp165 callBack.OnChannelClosed = TestOnChannelClosed; in SetUpTestCase()
H A Dsoftbus_proxychannel_manager_test.cpp160 callBack.OnChannelClosed = TestOnChannelClosed; in SetUpTestCase()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c476 static void OnChannelClosed(int32_t channelId) in OnChannelClosed() function
546 OnChannelClosed,
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp39 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 Dtrans_udp_negotiation.c170 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 Dtrans_auth_manager.c199 return g_cb->OnChannelClosed(pkgName, pid, channelId, CHANNEL_TYPE_AUTH, MESSAGE_TYPE_NOMAL); in NofifyCloseAuthChannel()

Completed in 26 milliseconds