Home
last modified time | relevance | path

Searched defs:srcType (Results 1 – 17 of 17) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
Ddcamera_sink_access_control.cpp24 bool DCameraSinkAccessControl::IsSensitiveSrcAccess(const std::string& srcType) in IsSensitiveSrcAccess()
30 bool DCameraSinkAccessControl::NotifySensitiveSrc(const std::string& srcType) in NotifySensitiveSrc()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_modifier_adapter.cpp80 #define CONVERT_PROP(prop, srcType, propType) \ argument
89 #define CONVERT_ANIMATABLE_PROP(prop, srcType, propType) \ argument
/foundation/arkui/ui_lite/frameworks/imgdecode/
Dfile_img_decoder.h44 ImageSrcType srcType; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_render_image.cpp41 SrcType srcType = ImageSourceInfo::ResolveURIType(text); in Constructor() local
Djs_image.cpp199 SrcType srcType = ImageSourceInfo::ResolveURIType(src); in Create() local
Djs_richeditor.cpp638 SrcType srcType = ImageSourceInfo::ResolveURIType(assetSrc); in AddImageSpan() local
690 SrcType srcType = ImageSourceInfo::ResolveURIType(image); in CreateJsImageOptions() local
/foundation/multimedia/player_framework/services/engine/gstreamer/avmetadatahelper/
Davmeta_meta_collector.cpp136 uint8_t srcType = ProbeElemType(source); in AddMetaSource() local
150 uint8_t srcType = ProbeElemType(source); in RemoveMetaSource() local
/foundation/multimedia/histreamer/engine/scene/recorder/standard/
Dhirecorder_impl.cpp326 auto srcType = Plugin::AnyCast<SrcInputPair>(param).second; in DoSetVideoSource() local
342 auto srcType = Plugin::AnyCast<SrcInputPair>(param).second; in DoSetAudioSource() local
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
Dlnn_heartbeat_utils.c196 NO_SANITIZE("cfi") bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstTyp… in LnnCheckSupportedHbType()
/foundation/multimedia/histreamer/engine/pipeline/filters/source/media_source/
Dmedia_source_filter.cpp355 SourceType srcType = source->GetSourceType(); in ParseProtocol() local
/foundation/arkui/ui_lite/frameworks/dfx/
Dui_dump_dom_tree.cpp64 ImageSrcType srcType = tmpImageView->GetSrcType(); in AddImageViewSpecialField() local
/foundation/arkui/ui_lite/frameworks/components/
Dui_image_view.cpp438 uint8_t srcType = image_.GetSrcType(); in OnDraw() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Ddb_common.cpp407 bool DBCommon::IsSameCipher(CipherType srcType, CipherType inputType) in IsSameCipher()
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_loader.cpp98 SrcType srcType = imageSourceInfo.GetSrcType(); in CreateImageLoader() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
Dflutter_render_image.cpp322 SrcType srcType = sourceInfo_.GetSrcType(); in FetchImageObject() local
Drosen_render_image.cpp416 SrcType srcType = sourceInfo_.GetSrcType(); in FetchImageObject() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dpixel_convert.cpp1079 AlphaConvertType PixelConvert::GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstTy… in GetAlphaConvertType()