Searched refs:TransProxyGetConnIdByChanId (Results 1 – 6 of 6) sorted by relevance
69 int32_t TransProxyGetConnIdByChanId(int32_t channelId, int32_t *connId);
405 int32_t ret = TransProxyGetConnIdByChanId(channelId, &connId);409 ret = TransProxyGetConnIdByChanId(channelId, &connId);424 int32_t ret = TransProxyGetConnIdByChanId(channelId, connId);
505 int32_t ret = TransProxyGetConnIdByChanId(channelId, &connId);509 ret = TransProxyGetConnIdByChanId(channelId, &connId);
278 (void)TransProxyGetConnIdByChanId(channelId, &connId); in TransProxyGetConnIdByChanIdTest()
739 ret = TransProxyGetConnIdByChanId(channelId, connId); in TransGetConnByChanId()
1990 int32_t TransProxyGetConnIdByChanId(int32_t channelId, int32_t *connId) in TransProxyGetConnIdByChanId() function