Home
last modified time | relevance | path

Searched refs:TransDataType (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/evaluateqos_fuzzer/
H A Devaluateqos_fuzzer.cpp54 if ((data == nullptr) || (size < sizeof(TransDataType))) { in EvaluateQosTestWithDataType()
58 TransDataType socketDataType = DATA_TYPE_BUTT; in EvaluateQosTestWithDataType()
59 if (memcpy_s(&socketDataType, sizeof(TransDataType), data, sizeof(TransDataType)) != EOK) { in EvaluateQosTestWithDataType()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h40 } TransDataType; typedef
53 TransDataType dataType; /**< Data type */
66 TransDataType dataType; /**< Data type of peer socket*/
H A Ddcamera_softbus_adapter_test.cpp230 .dataType = TransDataType::DATA_TYPE_VIDEO_STREAM,
261 .dataType = TransDataType::DATA_TYPE_VIDEO_STREAM,
292 .dataType = TransDataType::DATA_TYPE_VIDEO_STREAM,
469 .dataType = TransDataType::DATA_TYPE_BYTES,
502 .dataType = TransDataType::DATA_TYPE_BYTES,
535 .dataType = TransDataType::DATA_TYPE_BYTES,
579 .dataType = TransDataType::DATA_TYPE_BYTES,
610 .dataType = TransDataType::DATA_TYPE_BYTES,
642 .dataType = TransDataType::DATA_TYPE_BYTES,
674 .dataType = TransDataType::DATA_TYPE_BYTES,
[all …]
H A Dsession_mock.cpp87 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, uint32_t q… in EvaluateQos()
H A Dsocket.h312 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, uint32_t q…
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/socket_fuzzer/
H A Dsocket_fuzzer.cpp157 if ((data == nullptr) || (size < sizeof(TransDataType))) { in SocketTestWithDataType()
161 TransDataType socketDataType = DATA_TYPE_BUTT; in SocketTestWithDataType()
162 if (memcpy_s(&socketDataType, sizeof(TransDataType), data, sizeof(TransDataType)) != EOK) { in SocketTestWithDataType()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h43 } TransDataType; typedef
56 TransDataType dataType; /**< Data type */
69 TransDataType dataType; /**< Data type of peer socket*/
H A Dsocket.h373 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, uint32_t q…
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h69 } TransDataType; typedef
82 TransDataType dataType; /**< Data type */
95 TransDataType dataType; /**< Data type of peer socket*/
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_prepared_model_v1_0.cpp25 V1_0::DataType TransDataType(const OH_NN_DataType& dataType) in TransDataType() function
73 iTensor.dataType = TransDataType(tensor.dataType); in TransIOTensor()
126 ioTensor.dataType = TransDataType(dataType); in TransIOTensor()
H A Dhdi_prepared_model_v2_0.cpp26 V2_0::DataType TransDataType(const OH_NN_DataType& dataType) in TransDataType() function
74 iTensor.dataType = TransDataType(tensor.dataType); in TransIOTensor()
127 ioTensor.dataType = TransDataType(dataType); in TransIOTensor()
H A Dhdi_prepared_model_v2_1.cpp26 V2_1::DataType TransDataType(const OH_NN_DataType& dataType) in TransDataType() function
74 iTensor.dataType = TransDataType(tensor.dataType); in TransIOTensor()
127 ioTensor.dataType = TransDataType(dataType); in TransIOTensor()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp176 TransDataType dataType = TransDataType::DATA_TYPE_BYTES; in CreateChannelServer()
178 dataType = TransDataType::DATA_TYPE_VIDEO_STREAM; in CreateChannelServer()
283 TransDataType dataType = TransDataType::DATA_TYPE_BYTES; in OpenSoftbusChannel()
285 dataType = TransDataType::DATA_TYPE_VIDEO_STREAM; in OpenSoftbusChannel()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionopened_fuzzer/
H A Dsoftbusonsinksessionopened_fuzzer.cpp36 .dataType = TransDataType::DATA_TYPE_BYTES, in SoftbusOnSinkSessionOpenedFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionopened_fuzzer/
H A Dsoftbusonsourcesessionopened_fuzzer.cpp36 .dataType = TransDataType::DATA_TYPE_BYTES, in SoftbusOnSourceSessionOpenedFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_input/common/test/mock/
H A Dsocket_mock.cpp81 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, uint32_t q… in EvaluateQos()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/include/
H A Dtrans_server_proxy.h44 int32_t ServerIpcEvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, u…
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp230 TransDataType dataType = *(reinterpret_cast<const TransDataType *>(data)); in ServerIpcEvaluateQosTest()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsoftbus_adapter.h42 TransDataType dataType);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/
H A Dtrans_server_proxy.c133 int32_t ServerIpcEvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, u… in ServerIpcEvaluateQos()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp147 .dataType = TransDataType::DATA_TYPE_BYTES, in StartServerListener()
206 .dataType = TransDataType::DATA_TYPE_BYTES, in CreateClientSocket()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp152 .dataType = TransDataType::DATA_TYPE_BYTES, in CreateClientSocket()
205 .dataType = TransDataType::DATA_TYPE_BYTES, in StartListener()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_adapter.cpp207 TransDataType dataType) in OpenSession()
250 TransDataType dataType; in OpenSessionByP2P()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h62 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos,
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h62 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos,

12