Home
last modified time | relevance | path

Searched refs:PROXYCHANNEL_MSG_TYPE_NORMAL (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp363 msg.type = PROXYCHANNEL_MSG_TYPE_NORMAL;
399 msg.type = PROXYCHANNEL_MSG_TYPE_NORMAL;
439 msg.msgHead.type = (PROXYCHANNEL_MSG_TYPE_NORMAL & FOUR_BIT_MASK) | (1 << VERSION_SHIFT);
479 msg.msgHead.type = (PROXYCHANNEL_MSG_TYPE_NORMAL & FOUR_BIT_MASK) | (1 << VERSION_SHIFT);
H A Dsoftbus_proxychannel_message_test.cpp424 msg.type = PROXYCHANNEL_MSG_TYPE_NORMAL;
450 msg.type = PROXYCHANNEL_MSG_TYPE_NORMAL;
491 msg.msgHead.type = (PROXYCHANNEL_MSG_TYPE_NORMAL & FOUR_BIT_MASK) | (1 << VERSION_SHIFT);
525 msg.msgHead.type = (PROXYCHANNEL_MSG_TYPE_NORMAL & FOUR_BIT_MASK) | (1 << VERSION_SHIFT);
H A Dtrans_proxy_manager_test.cpp795 msg.msgHead.type = PROXYCHANNEL_MSG_TYPE_NORMAL;
H A Dsoftbus_proxychannel_manager_test.cpp659 msg.msgHead.type = PROXYCHANNEL_MSG_TYPE_NORMAL;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h30 PROXYCHANNEL_MSG_TYPE_NORMAL, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_session.c175 msgHead.type = (PROXYCHANNEL_MSG_TYPE_NORMAL & FOUR_BIT_MASK) | (VERSION << VERSION_SHIFT); in TransProxyTransNormalMsg()
H A Dsoftbus_proxychannel_control.c41 msgHead.type = (PROXYCHANNEL_MSG_TYPE_NORMAL & FOUR_BIT_MASK) | (VERSION << VERSION_SHIFT); in TransProxySendInnerMessage()
H A Dsoftbus_proxychannel_manager.c1453 case PROXYCHANNEL_MSG_TYPE_NORMAL: { in TransProxyOnMessageReceived()