/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/ |
H A D | trans_channel_callback_test.cpp | 62 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 D | soft_bus_channel.h | 33 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 D | trans_channel_callback.h | 32 …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 D | softbus_proxychannel_callback.c | 35 return g_channelCb.OnChannelOpened(pkgName, pid, sessionName, channel); in TransProxyOnChannelOpened()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_callback.c | 37 return g_channelCb.OnChannelOpened(pkgName, pid, sessionName, channel); in TransTdcOnChannelOpened()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 28 int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *channel) override;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 28 int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *channel) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 33 virtual int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *channel);
|
H A D | softbus_client_stub.h | 38 int32_t OnChannelOpened(const char *sessionName, const ChannelInfo *info) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 21 int32_t ISoftBusClient::OnChannelOpened(const char *sessionName, const ChannelInfo *channel) in OnChannelOpened() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 122 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 D | trans_tcp_direct_callback_test.cpp | 87 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransTcpDirectCallbackTest()
|
H A D | trans_tcp_direct_p2p_test.cpp | 151 g_testChannelCallBack.OnChannelOpened = TestTransServerOnChannelOpened; in TestTransServerGetChannelCb()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_network_test.cpp | 86 cb.OnChannelOpened = TestNormalChannelOpened; in SetUpTestCase()
|
H A D | softbus_proxy_network_test.cpp | 88 cb.OnChannelOpened = TestNormalChannelOpened; in SetUpTestCase()
|
H A D | softbus_proxychannel_listener_test.cpp | 137 callBack.OnChannelOpened = TestOnChannelOpened; in SetUpTestCase()
|
H A D | trans_proxy_channel_test.cpp | 118 callBack.OnChannelOpened = TestOnChannelOpened; in TestAddTestProxyChannel()
|
H A D | trans_proxy_manager_test.cpp | 164 callBack.OnChannelOpened = TestOnChannelOpened; in SetUpTestCase()
|
H A D | softbus_proxychannel_manager_test.cpp | 144 callBack.OnChannelOpened = TestOnChannelOpened; in SetUpTestCase()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy.cpp | 68 return clientProxy->OnChannelOpened(sessionName, channel); in ClientIpcOnChannelOpened()
|
H A D | trans_client_proxy_standard.cpp | 142 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 D | trans_channel_callback.c | 252 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransServerGetChannelCb()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy_standard.cpp | 24 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 D | lnn_sync_info_manager.c | 383 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 D | trans_udp_negotiation.c | 158 return g_channelCb->OnChannelOpened(appInfo->myData.pkgName, appInfo->myData.pid, in NotifyUdpChannelOpened()
|