/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_access_control.cpp | 24 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 D | cache_manager.cpp | 49 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 D | file_img_decoder.h | 44 ImageSrcType srcType; member
|
H A D | cache_manager.h | 30 return dsc_.srcType; in GetImgSrcType()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/interface/ |
H A D | icamera_sink_access_control.h | 29 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 D | dcamera_sink_access_control.h | 28 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 D | rosen_modifier_adapter.cpp | 89 #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 D | hb_utils_test.cpp | 145 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 D | source.cpp | 414 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 D | media_source_filter.cpp | 355 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 D | image-decoding-native.md | 103 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 D | cj_richeditor_controller_ffi.cpp | 247 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 D | hb_fsm_strategy_mock.cpp | 58 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 D | js_render_image.cpp | 153 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 D | README_ZH.md | 68 | 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 D | ui_dump_dom_tree.cpp | 64 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 D | ui_image_view.cpp | 438 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 D | svg_image.cpp | 47 auto srcType = ParseHrefAttr(imageAttr_.href); in OnDraw() local 49 switch (srcType) { in OnDraw()
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-decoding-native.md | 103 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 D | mock_image_source_info.cpp | 41 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 D | ui_test_image.h | 65 const char* GetCharByImageSrcType(ImageSrcType srcType) const;
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 236 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 D | hirecorder_impl.cpp | 326 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 D | input_manager_command.h | 59 …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 D | lnn_heartbeat_utils.h | 155 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType);
|