Home
last modified time | relevance | path

Searched refs:dataType_ (Results 1 - 25 of 59) sorted by relevance

123

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp25 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 Dvideo.cpp26 this->dataType_ = VIDEO; in Video()
31 this->dataType_ = VIDEO; in Video()
H A Dimage.cpp26 this->dataType_ = IMAGE; in Image()
31 this->dataType_ = IMAGE; in Image()
H A Dfolder.cpp26 this->dataType_ = FOLDER; in Folder()
31 this->dataType_ = FOLDER; in Folder()
H A Daudio.cpp26 this->dataType_ = AUDIO; in Audio()
31 this->dataType_ = AUDIO; in Audio()
H A Dfile.cpp31 this->dataType_ = FILE; in File()
99 object->value_[UNIFORM_DATA_TYPE] = UtdUtils::GetUtdIdFromUtdEnum(dataType_); in InitObject()
H A Dsystem_defined_form.cpp22 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 Dav_trans_meta.cpp35 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 Dmedia_asset_data_handler_capi.cpp29 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 Ddata_buffer.cpp33 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 Dhtml_test.cpp66 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 Dsystem_defined_pixelmap_test.cpp64 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 Dfile_test.cpp67 EXPECT_EQ(file.dataType_, UDType::FILE); in HWTEST_F()
83 EXPECT_EQ(file.dataType_, UDType::FILE); in HWTEST_F()
H A Dlink_test.cpp81 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 Daudio_test.cpp65 EXPECT_EQ(audio.dataType_, AUDIO); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_impl.cpp158 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 Dscreencapturedatatype_ndk_fuzzer.cpp98 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 Dscreencapturedatatype_fuzzer.cpp100 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 Dtable_info.cpp40 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 Ddb_adapter.cpp102 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 Dimage_effect_inner.cpp264 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 Dav_trans_meta.h54 BufferDataType dataType_ {BufferDataType::AUDIO};
92 BufferDataType dataType_ {BufferDataType::VIDEO_STREAM};
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp29 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 Dhttp_request_options.cpp37 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 Dimage_effect_inner_unittest.cpp185 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()

Completed in 10 milliseconds

123