Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h46 void TransProxyDelChanByChanId(int32_t chanlId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c305 void TransProxyDelChanByChanId(int32_t chanlId) in TransProxyDelChanByChanId() argument
316 if (item->channelId == chanlId) { in TransProxyDelChanByChanId()
330 TRANS_LOGE(TRANS_CTRL, "del channelId by chanId! channelId=%{public}d", chanlId); in TransProxyDelChanByChanId()