/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); 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 D | trans_channel_callback.h | 32 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 D | trans_tcp_direct_callback.c | 37 return g_channelCb.OnChannelOpened(pkgName, pid, sessionName, channel); in TransTdcOnChannelOpened()
|
/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()
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 32 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;
|
/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;
|
/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;
|
/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 | 118 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 D | softbus_frame_standard_test.cpp | 56 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 D | trans_tcp_direct_callback_test.cpp | 87 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransTcpDirectCallbackTest()
|
H A D | trans_tcp_direct_p2p_test.cpp | 150 g_testChannelCallBack.OnChannelOpened = TestTransServerOnChannelOpened; in TestTransServerGetChannelCb()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 256 g_channelCallBack.OnChannelOpened = TransServerOnChannelOpened; in TransServerGetChannelCb()
|
/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 | 136 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 D | trans_proxy_network_test.cpp | 86 cb.OnChannelOpened = TestNormalChannelOpened; in SetUpTestCase()
|
H A D | softbus_proxychannel_listener_test.cpp | 137 callBack.OnChannelOpened = TestOnChannelOpened; in SetUpTestCase()
|
H A D | softbus_proxy_network_test.cpp | 88 cb.OnChannelOpened = TestNormalChannelOpened; 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()
|
/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,
|
/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
|
/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()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 188 return g_cb->OnChannelOpened(appInfo->myData.pkgName, appInfo->myData.pid, in NotifyOpenAuthChannelSuccess()
|