Searched refs:onChannelOpened (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/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() 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->onChannelOpenFa… in TransProxyPipelineOpenChannel() 427 .onChannelOpened = target->callback.onChannelOpened, in InnerOnChannelOpened() 442 callback.onChannelOpened(requestId, channelId); in InnerOnChannelOpened() 639 .onChannelOpened = TransProxyPipelineOnChannelOpened, in TransProxyPipelineInit()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/ |
H A D | soft_bus_channel.c | 141 int ret = proxy.onChannelOpened(requestId, result); in OnChannelOpenedCb() 249 proxy.onChannelOpened = channelProxy->onChannelOpened; in InitSoftBusChannelModule()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/ |
H A D | weak_func_server.c | 22 GetClientProvideInterface()->onChannelOpened(pkgName, NULL); in StartDiscoveryWeak()
|
/ohos5.0/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
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/ |
H A D | soft_bus_channel.h | 38 OnChannelOpened onChannelOpened; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_pipeline_test.cpp | 116 .onChannelOpened = OnProxyChannelOpened, 170 .onChannelOpened = OnProxyChannelOpened,
|
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()
|
/ohos5.0/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
|
/ohos5.0/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()
|
/ohos5.0/base/security/device_auth/services/ |
H A D | device_auth.c | 1527 .onChannelOpened = OnChannelOpenedCb, in RegCallback()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 473 proxy.onChannelOpened = OnChannelOpenedTest;
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_p2p.c | 1685 .onChannelOpened = OnProxyChannelOpened, in OpenProxyChannelToConnP2p()
|