Home
last modified time | relevance | path

Searched refs:TransGetPidByChanId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h135 int32_t TransGetPidByChanId(int32_t channelId, int32_t channelType, int32_t *pid);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c645 int32_t TransGetPidByChanId(int32_t channelId, int32_t channelType, int32_t *pid) in TransGetPidByChanId() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c677 ret = TransGetPidByChanId(channelId, channelType, &curChannelPid); in TransGetAndComparePid()