Home
last modified time | relevance | path

Searched refs:dataType (Results 251 - 275 of 668) sorted by relevance

1...<<11121314151617181920>>...27

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcpp_type.h77 OH_NN_DataType dataType; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.h37 uint32_t dataType; // GL_FLOAT etc member
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Dcollaboration_manager_utils.h59 const char* dataType; member
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_type.h62 } dataType; typedef
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_source.h78 DataType dataType; member
/foundation/multimedia/player_framework/test/fuzztest/common/
H A Daw_common.h66 DataSourceType dataType = METADATA; member
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmicrophoneenabled_fuzzer/
H A Dscreencapturesetmicrophoneenabled_fuzzer.cpp63 .dataType = ORIGINAL_STREAM, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/
H A Dscreencapturesetcanvasrotation_fuzzer.cpp63 .dataType = ORIGINAL_STREAM, in SetConfig()
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/
H A Ddfs_demo.c39 .dataType = TYPE_FILE, // Session type
/foundation/communication/dsoftbus/sdk/transmission/ipc/include/
H A Dtrans_server_proxy.h44 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 Ddisc_ble_utils.h76 int32_t AssembleTLV(BroadcastData *broadcastData, unsigned char dataType, const void *data, uint32_t dataLen);
/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_trans_def.h99 int32_t dataType; member
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
H A Dresult_set.h57 virtual int GetDataType(int columnIndex, DataType &dataType) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_watcher.h39 int32_t dataType = BASIC_DATA; member in OHOS::DistributedData::GeneralWatcher
/foundation/distributedhardware/distributed_audio/audiohandler/include/
H A Ddaudio_handler.h55 std::vector<DHItem> RealQuery(const std::string &dataType);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/all_connect/
H A Dservice_collaboration_manager_capi.h58 const char *dataType; member
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp326 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 Dcolorspace_converter.cpp201 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 Dauth_test_mock.cpp91 .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 Dsqlite_multi_ver_data_storage.cpp128 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 Ddistributeddb_cloud_table_without_primary_key_sync_test.cpp80 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 Dav_trans_utils.cpp155 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 Dnnrt_utils.cpp37 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 Dnnrt_utils.cpp37 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 DpublicAsymmetricPromise.js346 async function signAndVerifyNormalProcessDataException(asyAlgoName, signVerifyAlgoName, dataType) {
351 if (dataType == "null") {
385 if (dataType == "null") {
393 if (dataType == "null") {

Completed in 13 milliseconds

1...<<11121314151617181920>>...27