Searched refs:onChannelOpened (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/tests/core/frame/ |
H A D | weak_func_server.c | 22 GetClientProvideInterface()->onChannelOpened(pkgName, NULL); in StartDiscoveryWeak()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_network.c | 48 if (entry == NULL || entry->listener.onChannelOpened == NULL) { in NotifyNetworkingChannelOpened() 49 TRANS_LOGE(TRANS_CTRL, "net onChannelOpened is null"); in NotifyNetworkingChannelOpened() 53 if (entry->listener.onChannelOpened(channelId, appInfo->peerData.deviceId, isServer) != SOFTBUS_OK) { in NotifyNetworkingChannelOpened()
|
H A D | softbus_proxychannel_pipeline.c | 183 TRANS_CHECK_AND_RETURN_RET_LOGE(callback && callback->onChannelOpened && callback->onChannelOpenFailed, in TransProxyPipelineOpenChannel() 427 .onChannelOpened = target->callback.onChannelOpened, in InnerOnChannelOpened() 442 callback.onChannelOpened(requestId, channelId); in InnerOnChannelOpened() 639 .onChannelOpened = TransProxyPipelineOnChannelOpened, in TransProxyPipelineInit()
|
/foundation/communication/dsoftbus/core/transmission/interface/ |
H A D | softbus_transmission_interface.h | 41 int (*onChannelOpened)(int32_t channelId, const char *uuid, unsigned char isServer); member
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_pipeline.h | 32 void (*onChannelOpened)(int32_t requestId, int32_t channelId); member
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_pipeline_test.cpp | 116 .onChannelOpened = OnProxyChannelOpened, in HWTEST_F() 170 .onChannelOpened = OnProxyChannelOpened, in HWTEST_F()
|
H A D | trans_proxy_network_test.cpp | 132 listener.onChannelOpened = TransProxyNetworkTest::TestOnNetworkChannelOpened; in TestRegisterNetworkingChannelListener()
|
H A D | softbus_proxy_network_test.cpp | 132 listener.onChannelOpened = SoftbusProxyNetworkTest::TestOnNetworkChannelOpened; in TestRegisterNetworkingChannelListener()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_deps_mock.cpp | 49 callback->onChannelOpened(requestId, 1); in ActionOfChannelOpened()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_p2p.c | 1699 .onChannelOpened = OnProxyChannelOpened, in OpenProxyChannelToConnP2p()
|
Completed in 9 milliseconds