Home
last modified time | relevance | path

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

12

/ohos5.0/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);
64 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, NULL, channel);
66 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, NULL, NULL);
72 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, sessionName, channel);
77 ret = TransServerGetChannelCb()->OnChannelOpened(pkgName, pid, sessionName, channel);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.h33 typedef int (*OnChannelOpened)(int64_t requestId, int result); typedef
38 OnChannelOpened onChannelOpened;
/ohos5.0/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 Channe… member
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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;
/ohos5.0/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;
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h33 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;
/ohos5.0/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.cpp122 int32_t SoftBusClientStub::OnChannelOpened(const char *sessionName, const ChannelInfo *info) in OnChannelOpened() function in OHOS::SoftBusClientStub
222 ret = OnChannelOpened(sessionName, &channel); in OnChannelOpenedInner()
/ohos5.0/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.cpp151 g_testChannelCallBack.OnChannelOpened = TestTransServerOnChannelOpened; in TestTransServerGetChannelCb()
/ohos5.0/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_proxy_network_test.cpp88 cb.OnChannelOpened = TestNormalChannelOpened; in SetUpTestCase()
H A Dsoftbus_proxychannel_listener_test.cpp137 callBack.OnChannelOpened = TestOnChannelOpened; 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()
H A Dsoftbus_proxychannel_manager_test.cpp144 callBack.OnChannelOpened = TestOnChannelOpened; in SetUpTestCase()
/ohos5.0/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.cpp142 int32_t TransClientProxy::OnChannelOpened(const char *sessionName, const ChannelInfo *channel) in OnChannelOpened() function in OHOS::TransClientProxy
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c252 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransServerGetChannelCb()
/ohos5.0/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
/ohos5.0/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,
/ohos5.0/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()

12