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.cpp70 #define CONVERT_PROP(prop, srcType, propType) \ argument
79 #define CONVERT_ANIMATABLE_PROP(prop, srcType, propType) \ argument
/foundation/graphic/ui/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.cpp187 SrcType srcType = ImageSourceInfo::ResolveURIType(src); in Create() 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/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
Dlnn_heartbeat_utils.c197 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType()
Dlnn_heartbeat_fsm.c897 static int32_t CreateNewHbTypeObjMsg(LnnHeartbeatType srcType, LnnHeartbeatType **dstType) in CreateNewHbTypeObjMsg()
/foundation/multimedia/histreamer/engine/scene/recorder/standard/
Dhirecorder_impl.cpp336 auto srcType = Plugin::AnyCast<SrcInputPair>(param).second; in DoSetVideoSource() local
352 auto srcType = Plugin::AnyCast<SrcInputPair>(param).second; in DoSetAudioSource() local
/foundation/multimedia/histreamer/engine/pipeline/filters/source/media_source/
Dmedia_source_filter.cpp356 SourceType srcType = source->GetSourceType(); in ParseProtocol() local
/foundation/graphic/ui/frameworks/dfx/
Dui_dump_dom_tree.cpp64 ImageSrcType srcType = tmpImageView->GetSrcType(); in AddImageViewSpecialField() local
/foundation/graphic/ui/frameworks/components/
Dui_image_view.cpp437 uint8_t srcType = image_.GetSrcType(); in OnDraw() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Ddb_common.cpp385 bool DBCommon::IsSameCipher(CipherType srcType, CipherType inputType) in IsSameCipher()
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_loader.cpp120 SrcType srcType = imageSourceInfo.GetSrcType(); in CreateImageLoader() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
Dflutter_render_image.cpp331 SrcType srcType = sourceInfo_.GetSrcType(); in FetchImageObject() local
Drosen_render_image.cpp389 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()