Home
last modified time | relevance | path

Searched refs:GET_CONN_TYPE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c35 #define GET_CONN_TYPE(type) (((uint32_t)(type) >> 8) & 0xff) macro
392 int32_t connType = (int32_t)GET_CONN_TYPE(type); in TransOnLinkDown()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c38 #define GET_CONN_TYPE(type) (((uint32_t)(type) >> 8) & 0xff) macro
344 int32_t connType = (int32_t)GET_CONN_TYPE(type); in DestroyClientSessionByNetworkId()

Completed in 3 milliseconds