Home
last modified time | relevance | path

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

12

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/
H A Dtrans_channel_callback_test.cpp62 int32_t ret = TransServerGetChannelCb()->OnChannelOpened(NULL, pid, sessionName, channel); in HWTEST_F()
64 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, NULL, channel); in HWTEST_F()
66 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, NULL, NULL); in HWTEST_F()
72 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, sessionName, channel); in HWTEST_F()
77 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, sessionName, channel); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h32 int32_t (*OnChannelOpened)(const char *pkgName, int32_t pid, const char *sessionName, const ChannelInfo *channel); member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_callback.c37 return g_channelCb.OnChannelOpened(pkgName, pid, sessionName, channel); in TransTdcOnChannelOpened()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_callback.c35 return g_channelCb.OnChannelOpened(pkgName, pid, sessionName, channel); in TransProxyOnChannelOpened()
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h32 virtual int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *channel);
H A Dsoftbus_client_stub.h38 int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *info) override;
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h28 int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *channel) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h28 int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *channel) override;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp21 int32_t ISoftBusClient::OnChannelOpened(const char *sessionName, const ChannelInfo *channel) in OnChannelOpened() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp118 int32_t SoftBusClientStub::OnChannelOpened(const char *sessionName, const ChannelInfo *info) in OnChannelOpened() function in OHOS::SoftBusClientStub
215 ret = OnChannelOpened(sessionName, &channel); in OnChannelOpenedInner()
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp56 int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *info) override
477 int32_t ret = g_stub->OnChannelOpened(nullptr, nullptr); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_callback_test.cpp87 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransTcpDirectCallbackTest()
H A Dtrans_tcp_direct_p2p_test.cpp150 g_testChannelCallBack.OnChannelOpened = TestTransServerOnChannelOpened; in TestTransServerGetChannelCb()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c256 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransServerGetChannelCb()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp68 return clientProxy->OnChannelOpened(sessionName, channel); in ClientIpcOnChannelOpened()
H A Dtrans_client_proxy_standard.cpp136 TRANS_LOGE(TRANS_CTRL, "OnChannelOpened read serverRet failed"); in OnClientTransLimitChange()
142 int32_t TransClientProxy::OnChannelOpened(const char *sessionName, const ChannelInfo *channel) in OnChannelOpened() function in OHOS::TransClientProxy
158 TRANS_LOGE(TRANS_CTRL, "OnChannelOpened send request failed, ret=%{public}d", ret); in OnChannelOpened()
163 TRANS_LOGE(TRANS_CTRL, "OnChannelOpened read serverRet failed"); in OnChannelOpened()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp86 cb.OnChannelOpened = TestNormalChannelOpened; in SetUpTestCase()
H A Dsoftbus_proxychannel_listener_test.cpp137 callBack.OnChannelOpened = TestOnChannelOpened; in SetUpTestCase()
H A Dsoftbus_proxy_network_test.cpp88 cb.OnChannelOpened = TestNormalChannelOpened; in SetUpTestCase()
H A Dtrans_proxy_channel_test.cpp118 callBack.OnChannelOpened = TestOnChannelOpened; in TestAddTestProxyChannel()
H A Dtrans_proxy_manager_test.cpp164 callBack.OnChannelOpened = TestOnChannelOpened; in SetUpTestCase()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c383 static int32_t OnChannelOpened(int32_t channelId, const char *peerUuid, unsigned char isServer) in OnChannelOpened() function
544 OnChannelOpened,
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp24 int32_t BusCenterClientProxy::OnChannelOpened(const char *sessionName, const ChannelInfo *info) in OnChannelOpened() function in OHOS::BusCenterClientProxy
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c158 return g_channelCb->OnChannelOpened(appInfo->myData.pkgName, appInfo->myData.pid, in NotifyUdpChannelOpened()
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c188 return g_cb->OnChannelOpened(appInfo->myData.pkgName, appInfo->myData.pid, in NotifyOpenAuthChannelSuccess()

Completed in 20 milliseconds

12