Home
last modified time | relevance | path

Searched refs:OnChannelBind (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_callback.c65 if (g_sessionCb.OnChannelBind == NULL) { in ClientTransTdcOnChannelBind()
66 TRANS_LOGW(TRANS_SDK, "OnChannelBind is null channelId=%{public}d", channelId); in ClientTransTdcOnChannelBind()
70 int32_t ret = g_sessionCb.OnChannelBind(channelId, channelType); in ClientTransTdcOnChannelBind()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h42 int32_t (*OnChannelBind)(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType); member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_callback.c42 return g_channelCb.OnChannelBind(pkgName, pid, channelId, CHANNEL_TYPE_TCP_DIRECT); in TransTdcOnChannelBind()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_callback.c45 return g_channelCb.OnChannelBind(pkgName, pid, channelId, CHANNEL_TYPE_PROXY); in TransProxyOnChannelBind()
/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_callback.h40 int32_t (*OnChannelBind)(int32_t channelId, int32_t channelType); member
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/
H A Dclient_trans_channel_callback_test.cpp69 static int32_t OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() function
83 .OnChannelBind = OnChannelBind,
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h81 virtual int32_t OnChannelBind(int32_t channelId, int32_t channelType);
H A Dsoftbus_client_stub.h62 int32_t OnChannelBind(int32_t channelId, int32_t channelType) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h29 int32_t OnChannelBind(int32_t channelId, int32_t channelType) override;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp173 int32_t ISoftBusClient::OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp675 int32_t SoftBusClientStub::OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() function in OHOS::SoftBusClientStub
688 int32_t ret = OnChannelBind(channelId, channelType); in OnChannelBindInner()
690 "OnChannelBind failed! ret=%{public}d, channelId=%{public}d, channelType=%{public}d", in OnChannelBindInner()
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp89 int32_t OnChannelBind([[maybe_unused]] int32_t channelId, [[maybe_unused]] int32_t channelType) override
503 ret = g_stub->OnChannelBind(testInt, testInt); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_callback_test.cpp94 g_channelCallBack.OnChannelBind = TransServerOnChannelBind; in TransTcpDirectCallbackTest()
234 * @tc.desc: OnChannelBind test.
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c263 g_channelCallBack.OnChannelBind = TransServerOnChannelBind; in TransServerGetChannelCb()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp83 return clientProxy->OnChannelBind(data->msgChannelId, data->msgChannelType); in ClientIpcOnChannelBind()
H A Dtrans_client_proxy_standard.cpp169 int32_t TransClientProxy::OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() function in OHOS::TransClientProxy
188 TRANS_CTRL, "OnChannelBind send request failed, ret=%{public}d, channelId=%{public}d", ret, channelId); in OnChannelBind()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_listener_test.cpp144 callBack.OnChannelBind = TestOnChannelBind; in SetUpTestCase()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c349 if ((g_sessionCb == NULL) || (g_sessionCb->OnChannelBind == NULL)) { in TransOnUdpChannelBind()
350 TRANS_LOGE(TRANS_SDK, "client trans udp manager OnChannelBind is null channelId=%{public}d", channelId); in TransOnUdpChannelBind()
354 int32_t ret = g_sessionCb->OnChannelBind(channelId, CHANNEL_TYPE_UDP); in TransOnUdpChannelBind()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c1074 if (g_sessionCb.OnChannelBind == NULL) { in ClientTransProxyOnChannelBind()
1075 TRANS_LOGE(TRANS_SDK, "OnChannelBind is null, channelId=%{public}d.", channelId); in ClientTransProxyOnChannelBind()
1078 int32_t ret = g_sessionCb.OnChannelBind(channelId, channelType); in ClientTransProxyOnChannelBind()
1083 TRANS_LOGE(TRANS_SDK, "notify OnChannelBind openfail channelId=%{public}d.", channelId); in ClientTransProxyOnChannelBind()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_callback.c590 TRANS_LOGW(TRANS_SDK, "only server need OnChannelBind channelId=%{public}d", channelId); in ClientTransOnChannelBind()
638 g_sessionCb.OnChannelBind = ClientTransOnChannelBind; in GetClientSessionCb()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c186 int32_t ret = g_channelCb->OnChannelBind(info->myData.pkgName, info->myData.pid, in NotifyUdpChannelBind()

Completed in 17 milliseconds