Home
last modified time | relevance | path

Searched refs:DATA_TYPE_BUTT (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h39 DATA_TYPE_BUTT, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/evaluateqos_fuzzer/
H A Devaluateqos_fuzzer.cpp58 TransDataType socketDataType = DATA_TYPE_BUTT; in EvaluateQosTestWithDataType()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h42 DATA_TYPE_BUTT, enumerator
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dmipi_csi_if.h157 DATA_TYPE_BUTT enumerator
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h68 DATA_TYPE_BUTT, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/socket_fuzzer/
H A Dsocket_fuzzer.cpp161 TransDataType socketDataType = DATA_TYPE_BUTT; in SocketTestWithDataType()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_socket_service_test.cpp191 for (int32_t type = DATA_TYPE_MESSAGE; type < DATA_TYPE_BUTT; type++) {
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_service.c204 if (!IsValidString(peerNetworkId, DEVICE_ID_SIZE_MAX) || dataType >= DATA_TYPE_BUTT || in EvaluateQos()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp302 if (peerNetworkId == NULL || dataType >= DATA_TYPE_BUTT || qosCount > QOS_TYPE_BUTT) { in ServerIpcEvaluateQos()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp406 if (!IsValidString(peerNetworkId, NETWORK_ID_BUF_LEN - 1) || dataType >= DATA_TYPE_BUTT in EvaluateQos()
H A Dsoftbus_server_stub.cpp842 if (dataType < DATA_TYPE_MESSAGE || dataType >= DATA_TYPE_BUTT) { in EvaluateQosInner()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp776 ret = ServerIpcEvaluateQos(g_peerNetworkId, DATA_TYPE_BUTT, qos, qosCount);