Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_manager.h37 #define FLAG_REPLY 1 macro
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_static_test.cpp253 uint32_t flagReply = FLAG_REPLY;
276 uint32_t flags = FLAG_REPLY;
H A Dtrans_tcp_direct_p2p_test.cpp368 data->flag = FLAG_REPLY;
H A Dtrans_tcp_direct_p2p_mock_test.cpp661 data->flag = FLAG_REPLY;
H A Dtrans_tcp_direct_message_append_test.cpp1764 uint32_t flags = FLAG_REPLY;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c50 #define FLAG_REPLY 1 macro
424 .flag = FLAG_REPLY, in SendUdpInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c671 .flags = (FLAG_REPLY | flags), in TransTdcPostReplyMsg()
991 if (flags & FLAG_REPLY) { in ProcessMessage()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c50 #define FLAG_REPLY 1 macro
1237 if (PostDeviceMessage(auth, FLAG_REPLY, connInfo->type, messageParse) == SOFTBUS_OK) { in FlushDeviceProcess()