/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_record.cpp | 25 dataType_ = UD_BUTT; in UnifiedRecord() 30 dataType_ = type; in UnifiedRecord() 36 dataType_ = type; in UnifiedRecord() 46 return this->dataType_; in GetType() 51 dataType_ = type; in SetType() 100 dataType_ = udType; in AddEntry() 102 dataType_ = APPLICATION_DEFINED_RECORD; in AddEntry()
|
H A D | video.cpp | 26 this->dataType_ = VIDEO; in Video() 31 this->dataType_ = VIDEO; in Video()
|
H A D | image.cpp | 26 this->dataType_ = IMAGE; in Image() 31 this->dataType_ = IMAGE; in Image()
|
H A D | folder.cpp | 26 this->dataType_ = FOLDER; in Folder() 31 this->dataType_ = FOLDER; in Folder()
|
H A D | audio.cpp | 26 this->dataType_ = AUDIO; in Audio() 31 this->dataType_ = AUDIO; in Audio()
|
H A D | file.cpp | 31 this->dataType_ = FILE; in File() 99 object->value_[UNIFORM_DATA_TYPE] = UtdUtils::GetUtdIdFromUtdEnum(dataType_); in InitObject()
|
H A D | system_defined_form.cpp | 22 this->dataType_ = SYSTEM_DEFINED_FORM; in SystemDefinedForm() 27 this->dataType_ = SYSTEM_DEFINED_FORM; in SystemDefinedForm() 161 object->value_[UNIFORM_DATA_TYPE] = UtdUtils::GetUtdIdFromUtdEnum(dataType_); in InitObject()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | av_trans_meta.cpp | 35 bufferMeta->dataType_ = dataType_;
in Clone() 49 cJSON_AddNumberToObject(metaJson, META_DATA_TYPE.c_str(), static_cast<uint32_t>(dataType_));
in MarshalAudioMeta() 89 dataType_ = static_cast<BufferDataType>(typeObj->valueint);
in UnmarshalAudioMeta() 104 bufferMeta->dataType_ = dataType_;
in Clone() 118 cJSON_AddNumberToObject(metaJson, META_DATA_TYPE.c_str(), static_cast<uint32_t>(dataType_));
in MarshalVideoMeta() 147 dataType_ = static_cast<BufferDataType>(typeObj->valueint);
in UnmarshalVideoMeta()
|
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/ |
H A D | media_asset_data_handler_capi.cpp | 29 dataType_ = dataType; in CapiMediaAssetDataHandler() 39 dataType_ = dataType; in CapiMediaAssetDataHandler() 49 dataType_ = dataType; in CapiMediaAssetDataHandler() 67 return dataType_; in GetReturnDataType()
|
/foundation/distributedhardware/distributed_screen/services/common/databuffer/src/ |
H A D | data_buffer.cpp | 33 dataType_ = 0; in DataBuffer() 43 dataType_ = 0; in ~DataBuffer() 65 dataType_ = dataType; in SetDataType() 70 return dataType_; in DataType()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | html_test.cpp | 66 EXPECT_NE(html.dataType_, HTML); in HWTEST_F() 83 EXPECT_NE(html.dataType_, HTML); in HWTEST_F() 100 EXPECT_NE(html.dataType_, HTML); in HWTEST_F() 117 EXPECT_EQ(html.dataType_, HTML); in HWTEST_F()
|
H A D | system_defined_pixelmap_test.cpp | 64 EXPECT_EQ(systemDefinedPixelMap.dataType_, SYSTEM_DEFINED_PIXEL_MAP); in HWTEST_F() 80 EXPECT_EQ(systemDefinedPixelMap.dataType_, SYSTEM_DEFINED_PIXEL_MAP); in HWTEST_F() 96 EXPECT_EQ(systemDefinedPixelMap.dataType_, SYSTEM_DEFINED_PIXEL_MAP); in HWTEST_F()
|
H A D | file_test.cpp | 67 EXPECT_EQ(file.dataType_, UDType::FILE); in HWTEST_F() 83 EXPECT_EQ(file.dataType_, UDType::FILE); in HWTEST_F()
|
H A D | link_test.cpp | 81 EXPECT_NE(link.dataType_, HYPERLINK); in HWTEST_F() 98 EXPECT_NE(link.dataType_, HYPERLINK); in HWTEST_F() 115 EXPECT_NE(link.dataType_, HYPERLINK); in HWTEST_F()
|
H A D | audio_test.cpp | 65 EXPECT_EQ(audio.dataType_, AUDIO); in HWTEST_F()
|
/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.cpp | 158 dataType_ = config.dataType; in Init() 282 if (dataType_ == ORIGINAL_STREAM) { in StartScreenCapture() 285 MEDIA_LOGE("ScreenCaptureImpl::StartScreenCapture error , dataType_ : %{public}d", dataType_); in StartScreenCapture() 296 if (dataType_ == ORIGINAL_STREAM) { in StartScreenCaptureWithSurface() 299 MEDIA_LOGE("ScreenCaptureImpl::StartScreenCaptureWithSurface error , dataType_ : %{public}d", dataType_); in StartScreenCaptureWithSurface() 309 if (dataType_ == ORIGINAL_STREAM) { in StopScreenCapture() 313 MEDIA_LOGE("ScreenCaptureImpl::StopScreenCapture error , dataType_ : %{public}d", dataType_); in StopScreenCapture() [all...] |
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkdatatype_fuzzer/ |
H A D | screencapturedatatype_ndk_fuzzer.cpp | 98 const OH_DataType dataType_[dataTypeList] { in FuzzScreenCaptureDataTypeNdk() 116 config.dataType = dataType_[datatypesubscript]; in FuzzScreenCaptureDataTypeNdk() 119 config.dataType = dataType_[datatypesubscript]; in FuzzScreenCaptureDataTypeNdk()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturedatatype_fuzzer/ |
H A D | screencapturedatatype_fuzzer.cpp | 100 const DataType dataType_[dataTypeList] { in FuzzScreenCaptureDataType() 109 config.dataType = dataType_[datatypesubscript]; in FuzzScreenCaptureDataType() 118 config.dataType = dataType_[datatypesubscript]; in FuzzScreenCaptureDataType()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 40 return dataType_; in GetDataType() 101 dataType_ = dataType; in SetDataType() 102 std::transform(dataType_.begin(), dataType_.end(), dataType_.begin(), ::tolower); in SetDataType() 105 } else if (dataType_ == DBConstant::STORAGE_TYPE_LONG) { in SetDataType() 108 storageType_ = AffinityType(dataType_); in SetDataType() 163 attrStr += "\"TYPE\":\"" + dataType_ + "\","; in ToAttributeString() 183 if (dataType_ != inField.GetDataType()) { in CompareWithField() 199 return strcasecmp(dataType_ in IsAssetType() [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | db_adapter.cpp | 102 this->dataType_ = dataType; in Init() 135 this->dataType_ = DistributedKv::DataType::TYPE_STATICS; in InitLocal() 137 storeId_.storeId.c_str(), static_cast<int32_t>(this->dataType_)); in InitLocal() 183 GetKvStorePtr(isAutoSync, this->dataType_) : GetLocalKvStorePtr(); in ReInit() 246 GetAnonyString(key).c_str(), storeId_.storeId.c_str(), static_cast<int32_t>(this->dataType_)); in GetDataByKey() 256 if (this->dataType_ == DistributedKv::DataType::TYPE_DYNAMICAL) { in GetDataByKey() 260 if (this->dataType_ == DistributedKv::DataType::TYPE_STATICS && this->storeId_.storeId == GLOBAL_META_INFO) { in GetDataByKey() 276 GetAnonyString(keyPrefix).c_str(), storeId_.storeId.c_str(), static_cast<int32_t>(this->dataType_)); in GetDataByKeyPrefix() 287 if (this->dataType_ == DistributedKv::DataType::TYPE_DYNAMICAL) { in GetDataByKeyPrefix() 291 if (this->dataType_ in GetDataByKeyPrefix() [all...] |
/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | image_effect_inner.cpp | 264 inDateInfo_.dataType_ = DataType::PIXEL_MAP; in SetInputPixelMap() 416 switch (inDateInfo_.dataType_) { in Start() 459 inDateInfo_.dataType_ = DataType::SURFACE_BUFFER; in SetInputSurfaceBuffer() 473 outDateInfo_.dataType_ = DataType::SURFACE_BUFFER; in SetOutputSurfaceBuffer() 487 inDateInfo_.dataType_ = DataType::URI; in SetInputUri() 507 outDateInfo_.dataType_ = DataType::URI; in SetOutputUri() 521 inDateInfo_.dataType_ = DataType::PATH; in SetInputPath() 541 outDateInfo_.dataType_ = DataType::PATH; in SetOutputPath() 714 outDateInfo_.dataType_ = DataType::PIXEL_MAP; in SetOutputPixelMap() 727 outDateInfo_.dataType_ in SetOutputSurface() [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | av_trans_meta.h | 54 BufferDataType dataType_ {BufferDataType::AUDIO};
92 BufferDataType dataType_ {BufferDataType::VIDEO_STREAM};
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request.cpp | 29 dataType_(HttpDataType::NO_DATA_TYPE), in HttpRequest() 146 dataType_ = dataType; in SetHttpDataType() 150 return dataType_; in GetHttpDataType()
|
/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_request_options.cpp | 37 dataType_(HttpDataType::NO_DATA_TYPE), in HttpRequestOptions() 159 dataType_ = dataType; in SetHttpDataType() 164 return dataType_; in GetHttpDataType()
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | image_effect_inner_unittest.cpp | 185 dataInfo.dataType_ = DataType::PATH; in HWTEST_F() 189 dataInfo.dataType_ = DataType::NATIVE_WINDOW; in HWTEST_F() 192 dataInfo.dataType_ = DataType::UNKNOWN; in HWTEST_F() 195 dataInfo.dataType_ = static_cast<DataType>(100); in HWTEST_F()
|