Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_append_test.cpp1718 int32_t ret = TransTdcFillAppInfoAndNotifyChannel(appInfo, channelId, errDesc);
1722 ret = TransTdcFillAppInfoAndNotifyChannel(appInfo, channelId, errDesc);
1726 ret = TransTdcFillAppInfoAndNotifyChannel(appInfo, channelId, errDesc);
1732 ret = TransTdcFillAppInfoAndNotifyChannel(appInfo, channelId, errDesc);
1739 ret = TransTdcFillAppInfoAndNotifyChannel(appInfo, channelId, errDesc);
1746 ret = TransTdcFillAppInfoAndNotifyChannel(appInfo, channelId, errDesc);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c852 static int32_t TransTdcFillAppInfoAndNotifyChannel(AppInfo *appInfo, int32_t channelId, char *errDe… in TransTdcFillAppInfoAndNotifyChannel() function
952 int32_t errCode = TransTdcFillAppInfoAndNotifyChannel(&conn->appInfo, channelId, errDesc); in OpenDataBusRequest()