Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h192 int32_t ClientGetRouteTypeByChannelId(int32_t channelId, int32_t channelType, int32_t *routeType);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c842 if (ClientGetRouteTypeByChannelId(channelId, type, &routeType) != SOFTBUS_OK) { in ReadSessionLinkType()
H A Dclient_trans_session_manager.c982 int32_t ClientGetRouteTypeByChannelId(int32_t channelId, int32_t channelType, int32_t *routeType) in ClientGetRouteTypeByChannelId() function