Home
last modified time | relevance | path

Searched refs:CONNECT_TYPE_SHIFT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.h21 #define CONNECT_TYPE_SHIFT 16 macro
H A Dsoftbus_conn_manager.c374 temp = (connectionId >> CONNECT_TYPE_SHIFT); in ConnGetTypeByConnectionId()
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c433 uint32_t connectionId = ((uint32_t)fd & 0xffff) | (connectType << CONNECT_TYPE_SHIFT); in CalTcpConnectionId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp1093 connection->connectionId = (CONNECT_BR << CONNECT_TYPE_SHIFT) + 6;
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1349 uint32_t connectionId = (CONNECT_BR << CONNECT_TYPE_SHIFT) + (++nextId); in AllocateConnectionIdUnsafe()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1184 uint32_t connectionId = (CONNECT_BLE << CONNECT_TYPE_SHIFT) + (++nextId); in AllocateConnectionIdUnsafe()