Home
last modified time | relevance | path

Searched refs:onChannelOpened (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c48 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 Dsoftbus_proxychannel_pipeline.c183 …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 Dsoft_bus_channel.c141 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 Dweak_func_server.c22 GetClientProvideInterface()->onChannelOpened(pkgName, NULL); in StartDiscoveryWeak()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/interface/
H A Dsoftbus_transmission_interface.h41 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 Dsoft_bus_channel.h38 OnChannelOpened onChannelOpened; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_pipeline_test.cpp116 .onChannelOpened = OnProxyChannelOpened,
170 .onChannelOpened = OnProxyChannelOpened,
H A Dtrans_proxy_network_test.cpp132 listener.onChannelOpened = TransProxyNetworkTest::TestOnNetworkChannelOpened; in TestRegisterNetworkingChannelListener()
H A Dsoftbus_proxy_network_test.cpp132 listener.onChannelOpened = SoftbusProxyNetworkTest::TestOnNetworkChannelOpened; in TestRegisterNetworkingChannelListener()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_pipeline.h32 void (*onChannelOpened)(int32_t requestId, int32_t channelId); member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_deps_mock.cpp49 callback->onChannelOpened(requestId, 1); in ActionOfChannelOpened()
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1527 .onChannelOpened = OnChannelOpenedCb, in RegCallback()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp473 proxy.onChannelOpened = OnChannelOpenedTest;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c1685 .onChannelOpened = OnProxyChannelOpened, in OpenProxyChannelToConnP2p()