Home
last modified time | relevance | path

Searched refs:srcType (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_access_control.cpp24 bool DCameraSinkAccessControl::IsSensitiveSrcAccess(const std::string& srcType) in IsSensitiveSrcAccess() argument
26 DHLOGI("DCameraSinkAccessControl::IsSensitiveSrcAccess srcType: %{public}s", srcType.c_str()); in IsSensitiveSrcAccess()
30 bool DCameraSinkAccessControl::NotifySensitiveSrc(const std::string& srcType) in NotifySensitiveSrc() argument
32 DHLOGI("DCameraSinkAccessControl::NotifySensitiveSrc srcType: %{public}s", srcType.c_str()); in NotifySensitiveSrc()
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp49 dsc_.srcType = IMG_SRC_UNKNOWN; in Clear()
55 if (dsc_.srcType == IMG_SRC_FILE) { in ClearSrc()
64 if (dsc_.srcType == IMG_SRC_FILE) { in SetSrc()
159 if (entryArr_[index].dsc_.srcType == IMG_SRC_FILE) { in Close()
232 if (entryArr_[index].dsc_.srcType == IMG_SRC_FILE) { in GetIndex()
277 entry.dsc_.srcType = IMG_SRC_FILE; in TryDecode()
H A Dfile_img_decoder.h44 ImageSrcType srcType; member
H A Dcache_manager.h30 return dsc_.srcType; in GetImgSrcType()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/interface/
H A Dicamera_sink_access_control.h29 virtual bool IsSensitiveSrcAccess(const std::string& srcType) = 0;
30 virtual bool NotifySensitiveSrc(const std::string& srcType) = 0;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_access_control.h28 bool IsSensitiveSrcAccess(const std::string& srcType) override;
29 bool NotifySensitiveSrc(const std::string& srcType) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_adapter.cpp89 #define CONVERT_PROP(prop, srcType, propType) \ argument
90 if (AceType::InstanceOf<srcType>(prop)) { \
91 auto castProp = AceType::DynamicCast<srcType>(prop); \
98 #define CONVERT_ANIMATABLE_PROP(prop, srcType, propType) \ argument
99 if (AceType::InstanceOf<srcType>(prop)) { \
100 auto castProp = AceType::DynamicCast<srcType>(prop); \
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_utils_test.cpp145 uint32_t srcType = 0; variable
150 ret = LnnCheckSupportedHbType(&srcType, nullptr);
152 ret = LnnCheckSupportedHbType(&srcType, &dstType);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.cpp414 SourceType srcType = source->GetSourceType(); in ParseProtocol() local
415 MEDIA_LOG_D("sourceType = " PUBLIC_LOG_D32, CppExt::to_underlying(srcType)); in ParseProtocol()
416 if (srcType == SourceType::SOURCE_TYPE_URI) { in ParseProtocol()
424 } else if (srcType == SourceType::SOURCE_TYPE_FD) { in ParseProtocol()
427 } else if (srcType == SourceType::SOURCE_TYPE_STREAM) { in ParseProtocol()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp355 SourceType srcType = source->GetSourceType(); in ParseProtocol() local
356 MEDIA_LOG_D("sourceType = " PUBLIC_LOG_D32, CppExt::to_underlying(srcType)); in ParseProtocol()
357 if (srcType == SourceType::SOURCE_TYPE_URI) { in ParseProtocol()
360 } else if (srcType == SourceType::SOURCE_TYPE_FD) { in ParseProtocol()
363 } else if (srcType == SourceType::SOURCE_TYPE_STREAM) { in ParseProtocol()
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-decoding-native.md103 napi_valuetype srcType;
104 napi_typeof(env, args[0], &srcType);
193 napi_valuetype srcType;
194 napi_typeof(env, args[0], &srcType);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp247 SrcType srcType = ImageSourceInfo::ResolveURIType(image); in AddImageSpan() local
249 … (srcType == SrcType::NETWORK || srcType == SrcType::FILE || srcType == SrcType::DATA_ABILITY); in AddImageSpan()
259 SrcType srcType = ImageSourceInfo::ResolveURIType(assetSrc); in AddImageSpan() local
265 if (srcType == SrcType::ASSET) { in AddImageSpan()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_strategy_mock.cpp58 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument
60 return HeartBeatFSMStrategyInterfaceInstance()->LnnCheckSupportedHbType(srcType, dstType); in LnnCheckSupportedHbType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp153 SrcType srcType = ImageSourceInfo::ResolveURIType(textString); in NotFormSupport() local
154 …return (srcType == SrcType::NETWORK || srcType == SrcType::FILE || srcType == SrcType::DATA_ABILIT… in NotFormSupport()
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME_ZH.md68 | SendData(scheduleId : uint64_t, transNum : uint64_t, srcType : ExecutorRole, dstType : ExecutorRo…
69 | Finish(scheduleId : uint64_t, srcType : ExecutorRole, resultCode : int32_t, finalResult : Attribu…
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp64 ImageSrcType srcType = tmpImageView->GetSrcType(); in AddImageViewSpecialField() local
65 if (srcType == IMG_SRC_FILE) { in AddImageViewSpecialField()
67 } else if (srcType == IMG_SRC_VARIABLE) { in AddImageViewSpecialField()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp438 uint8_t srcType = image_.GetSrcType(); in OnDraw() local
439 if ((srcType == IMG_SRC_FILE) || (srcType == IMG_SRC_VARIABLE)) { in OnDraw()
448 if (srcType == IMG_SRC_FILE) { in OnDraw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_image.cpp47 auto srcType = ParseHrefAttr(imageAttr_.href); in OnDraw() local
49 switch (srcType) { in OnDraw()
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-decoding-native.md103 napi_valuetype srcType;
104 napi_typeof(env, args[0], &srcType);
193 napi_valuetype srcType;
194 napi_typeof(env, args[0], &srcType);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp41 bool ImageSourceInfo::IsSVGSource(const std::string& src, SrcType srcType, InternalResource::Resour… in IsSVGSource() argument
46 } else if (srcType == SrcType::NETWORK) { in IsSVGSource()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.h65 const char* GetCharByImageSrcType(ImageSrcType srcType) const;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c236 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument
238 if (srcType == NULL || dstType == NULL) { in LnnCheckSupportedHbType()
242 return LnnVisitHbTypeSet(VisitCheckSupportedHbType, srcType, dstType); in LnnCheckSupportedHbType()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp326 auto srcType = Plugin::AnyCast<SrcInputPair>(param).second; in DoSetVideoSource() local
327 … return videoCapture_->SetParameter(static_cast<int32_t>(Plugin::Tag::SRC_INPUT_TYPE), srcType); in DoSetVideoSource()
342 auto srcType = Plugin::AnyCast<SrcInputPair>(param).second; in DoSetAudioSource() local
343 … return audioCapture_->SetParameter(static_cast<int32_t>(Plugin::Tag::SRC_INPUT_TYPE), srcType); in DoSetAudioSource()
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/include/
H A Dinput_manager_command.h59 …PointerEvent> CreateEvent(int32_t id, int32_t type, int32_t pId, int32_t srcType, int32_t finCount…
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h155 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType);

12