Searched refs:DATA_TYPE_MESSAGE (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/socket_fuzzer/ |
H A D | socket_fuzzer.cpp | 50 .dataType = DATA_TYPE_MESSAGE, in SocketTestWithName() 77 .dataType = DATA_TYPE_MESSAGE, in SocketTestWithPeerName() 104 .dataType = DATA_TYPE_MESSAGE, in SocketTestWithNetworkId() 131 .dataType = DATA_TYPE_MESSAGE, in SocketTestWithPkgName()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/evaluateqos_fuzzer/ |
H A D | evaluateqos_fuzzer.cpp | 47 (void)EvaluateQos(peerNetworkId.get(), DATA_TYPE_MESSAGE, qosInfo, sizeof(qosInfo) / sizeof(qosInfo[0])); in EvaluateQosTestWithNetworkId() 86 (void)EvaluateQos(DEFAULT_SOCKET_PEER_NETWORKID.c_str(), DATA_TYPE_MESSAGE, qosInfo.get(), count); in EvaluateQosTestWithQosInfo()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_socket_service_test.cpp | 61 info.dataType = DATA_TYPE_MESSAGE; in HWTEST_F() 96 info.dataType = DATA_TYPE_MESSAGE; in HWTEST_F() 125 info.dataType = DATA_TYPE_MESSAGE; in HWTEST_F() 154 info.dataType = DATA_TYPE_MESSAGE; in HWTEST_F() 191 for (int32_t type = DATA_TYPE_MESSAGE; type < DATA_TYPE_BUTT; type++) { in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 32 DATA_TYPE_MESSAGE = 1, /**< Message */ enumerator
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | trans_type.h | 33 DATA_TYPE_MESSAGE = 1, /**< Message */ enumerator
|
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
H A D | tmessenger.cpp | 203 .dataType = DATA_TYPE_MESSAGE, in StartConnect()
|
/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 366 case DATA_TYPE_MESSAGE: in ConvertTransType()
|
H A D | softbus_server_stub.cpp | 847 if (dataType < DATA_TYPE_MESSAGE || dataType >= DATA_TYPE_BUTT) { in EvaluateQosInner()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 755 TransDataType type = DATA_TYPE_MESSAGE; in HWTEST_F()
|
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 1077 DATA_TYPE_MESSAGE = 1, /**< Message */ enumerator
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 963 case DATA_TYPE_MESSAGE: in CreateSessionAttributeBySocketInfoTrans()
|
Completed in 14 milliseconds