/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | cpp_type.h | 77 OH_NN_DataType dataType; member
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_image_gles.h | 37 uint32_t dataType; // GL_FLOAT etc member
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | collaboration_manager_utils.h | 59 const char* dataType; member
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
H A D | player_sink_type.h | 62 } dataType; typedef
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
H A D | recorder_source.h | 78 DataType dataType; member
|
/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | aw_common.h | 66 DataSourceType dataType = METADATA;
member
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmicrophoneenabled_fuzzer/ |
H A D | screencapturesetmicrophoneenabled_fuzzer.cpp | 63 .dataType = ORIGINAL_STREAM, in SetConfig()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/ |
H A D | screencapturesetcanvasrotation_fuzzer.cpp | 63 .dataType = ORIGINAL_STREAM, in SetConfig()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/ |
H A D | dfs_demo.c | 39 .dataType = TYPE_FILE, // Session type
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/include/ |
H A D | trans_server_proxy.h | 44 int32_t ServerIpcEvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, uint32_t qosCount);
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/include/ |
H A D | disc_ble_utils.h | 76 int32_t AssembleTLV(BroadcastData *broadcastData, unsigned char dataType, const void *data, uint32_t dataLen);
|
/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_trans_def.h | 99 int32_t dataType; member
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/ |
H A D | result_set.h | 57 virtual int GetDataType(int columnIndex, DataType &dataType) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_watcher.h | 39 int32_t dataType = BASIC_DATA; member in OHOS::DistributedData::GeneralWatcher
|
/foundation/distributedhardware/distributed_audio/audiohandler/include/ |
H A D | daudio_handler.h | 55 std::vector<DHItem> RealQuery(const std::string &dataType);
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/all_connect/ |
H A D | service_collaboration_manager_capi.h | 58 const char *dataType; member
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | nnrt_device_service.cpp | 326 if (!ValidateDataType(tensor.dataType)) { in TransTensor() 327 HDF_LOGE("DataType of tensor is invalid. dataType=%d", tensor.dataType); in TransTensor() 338 schemaTensor->dataType = static_cast<int32_t>(tensor.dataType); in TransTensor()
|
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/ |
H A D | colorspace_converter.cpp | 201 ErrorCode errorCode = CommonUtils::ParseSurfaceData(sdrSb, buffer, inputHdr->extraInfo_->dataType); in DecomposeHdrImageInner() 255 ErrorCode errorCode = CommonUtils::ParseSurfaceData(sdrSb, buffer, inputHdr->extraInfo_->dataType); in ProcessHdrImageInner() 316 switch (extraInfo->dataType) { in GetPixelMap() 326 EFFECT_LOGE("Data type not support! dataType=%{public}d", extraInfo->dataType); in GetPixelMap()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test_mock.cpp | 91 .dataType = DATA_TYPE_DEVICE_ID, 97 .dataType = DATA_TYPE_AUTH, 103 .dataType = DATA_TYPE_DEVICE_INFO, 109 .dataType = DATA_TYPE_CLOSE_ACK,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_data_storage.cpp | 128 int SQLiteMultiVerDataStorage::StartWrite(KvDataType dataType, IKvDBMultiVerTransaction *&transaction) in StartWrite() argument 130 (void)dataType; in StartWrite() 244 IKvDBMultiVerTransaction *SQLiteMultiVerDataStorage::StartRead(KvDataType dataType, in StartRead() argument 247 (void)dataType; in StartRead()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_table_without_primary_key_sync_test.cpp | 80 void InitExpectChangedData(ChangedDataType dataType, int64_t count, ChangeType changeType) in InitExpectChangedData() argument 84 changedDataForTable.type = dataType; in InitExpectChangedData() 92 void InitExpectChangedDataByDetailsType(ChangedDataType dataType, int64_t count, ChangeType changeType, in InitExpectChangedDataByDetailsType() argument 98 changedDataForTable.type = dataType; in InitExpectChangedDataByDetailsType()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | av_trans_utils.cpp | 155 uint32_t dataType = static_cast<uint32_t>(std::atoi(value.c_str()));
in Convert2HiSBufferMeta() local 156 hisAMeta->dataType_ = (BufferDataType)dataType;
in Convert2HiSBufferMeta() 171 uint32_t dataType = static_cast<uint32_t>(std::atoi(value.c_str()));
in Convert2HiSBufferMeta() local 172 hisVMeta->dataType_ = (BufferDataType)dataType;
in Convert2HiSBufferMeta()
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | nnrt_utils.cpp | 37 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in BuildMultiOpGraph() 86 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in BuildSingleOpGraph() 226 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in ExecuteGraphMock() 269 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in ExecutorWithMemory()
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | nnrt_utils.cpp | 37 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in BuildMultiOpGraph() 86 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in BuildSingleOpGraph() 226 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in ExecuteGraphMock() 269 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in ExecutorWithMemory()
|
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/asymmetric/ |
H A D | publicAsymmetricPromise.js | 346 async function signAndVerifyNormalProcessDataException(asyAlgoName, signVerifyAlgoName, dataType) {
351 if (dataType == "null") {
385 if (dataType == "null") {
393 if (dataType == "null") {
|