Home
last modified time | relevance | path

Searched refs:NotifyNormalChannelOpened (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_listener_test.cpp196 int32_t ret = NotifyNormalChannelOpened(TEST_NUMBER_25, appInfo, 0);
199 ret = NotifyNormalChannelOpened(TEST_NUMBER_25, appInfo, 0);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c86 static int32_t NotifyNormalChannelOpened(int32_t channelId, const AppInfo *appInfo, bool isServer) in NotifyNormalChannelOpened() function
148 ret = NotifyNormalChannelOpened(channelId, appInfo, isServer); in OnProxyChannelOpened()