Home
last modified time | relevance | path

Searched defs:source (Results 101 – 125 of 531) sorted by relevance

12345678910>>...22

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_scroll_bar_controller.cpp35 bool ListScrollBarController::UpdateScrollPosition(const double offset, int32_t source) in UpdateScrollPosition()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp81 int32_t HiRecorderImpl::SetAudioSource(AudioSourceType source, int32_t& sourceId) in SetAudioSource()
102 int32_t HiRecorderImpl::SetVideoSource(VideoSourceType source, int32_t& sourceId) in SetVideoSource()
460 ErrorCode HiRecorderImpl::SetAudioSourceInternal(AudioSourceType source, int32_t sourceId) in SetAudioSourceInternal()
487 ErrorCode HiRecorderImpl::SetVideoSourceInternal(VideoSourceType source, int32_t sourceId) in SetVideoSourceInternal()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp46 auto callback = [weak = AceType::WeakClaim(this)](double offset, int32_t source) { in Update()
332 void RenderPopupList::AdjustOffset(Offset& delta, int32_t source) in AdjustOffset()
371 bool RenderPopupList::UpdateScrollPosition(double offset, int32_t source) in UpdateScrollPosition()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dmatching_result.h38 TrustedSources source; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp172 const auto& source = static_cast<const GpuShaderProgramGLES&>(gpuShaderProgram); in GraphicsPipelineStateObjectGLES() local
257 const auto& source = static_cast<const GpuComputeProgramGLES&>(gpuComputeProgram); in ComputePipelineStateObjectGLES() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_packer.cpp95 uint32_t ImagePacker::AddImage(ImageSource &source) in AddImage()
100 uint32_t ImagePacker::AddImage(ImageSource &source, uint32_t index) in AddImage()
H A Dmock_pixel_map.cpp72 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const InitializationOptions &opts) in Create()
77 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const Initializat… in Create()
82 bool PixelMap::SourceCropAndConvert(PixelMap &source, const ImageInfo &srcImageInfo, const ImageInf… in SourceCropAndConvert()
98 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap) in CopyPixelMap()
293 uint32_t PixelMap::WritePixels(const uint8_t *source, const uint64_t &bufferSize, const uint32_t &o… in WritePixels()
299 uint32_t PixelMap::WritePixels(const uint8_t *source, const uint64_t &bufferSize) in WritePixels()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dlistener.rs26 source: AsyncSource<ylong_io::UnixListener>, field
32 let source = AsyncSource::new(listener, None)?; in new() localVariable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh_target.cpp37 bool RenderRefreshTarget::HandleRefreshEffect(double delta, int32_t source, double currentOffset) in HandleRefreshEffect()
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dstring_util.h112 …d::string ConvertToUTF8(const std::basic_string<T, std::char_traits<T>, std::allocator<T>> &source) in ConvertToUTF8()
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp67 auto source = libinput_event_pointer_get_axis_source(pointerEvent); in IsCrownEvent() local
99 libinput_pointer_axis_source source = libinput_event_pointer_get_axis_source(rawPointerEvent); in NormalizeRotateEvent() local
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dpip_report.cpp72 void PiPReporter::ReportPiPStartWindow(int32_t source, int32_t templateType, in ReportPiPStartWindow()
94 void PiPReporter::ReportPiPStopWindow(int32_t source, int32_t templateType, in ReportPiPStopWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp242 bool ScrollablePattern::OnScrollCallback(float offset, int32_t source) in OnScrollCallback()
270 bool ScrollablePattern::OnScrollPosition(double& offset, int32_t source) in OnScrollPosition()
303 inline bool FromDrag(int32_t source) in FromDrag()
309 bool ScrollablePattern::NeedSplitScroll(OverScrollOffset& overOffsets, int32_t source) in NeedSplitScroll()
518 auto scrollCallback = [weak = WeakClaim(this)](double offset, int32_t source) { in AddScrollEvent()
781 void ScrollablePattern::HandleFadeEffect(float offset, int32_t source, const SizeF& size, in HandleFadeEffect()
831 auto scrollCallback = [weak = WeakClaim(this)](double offset, int32_t source) { in RegisterScrollBarEventTask()
1867 bool ScrollablePattern::HandleScrollImpl(float offset, int32_t source) in HandleScrollImpl()
1957 ScrollSource ScrollablePattern::ConvertScrollSource(int32_t source) in ConvertScrollSource()
2655 auto source = pattern->ConvertScrollSource(pattern->scrollSource_); in FireObserverOnDidScroll() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/
H A Dcube_demo.js65 let source = new Float32Array([ variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/
H A Dcube2_demo.js66 let source = new Float32Array([ variable
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/memory_level_manager/
H A Dmemory_level_constants.h49 MemorySource source; member
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/plugins/
H A DUtSourceTest2.cpp44 Status UtSourceTest2::SetSource(std::shared_ptr<MediaSource> source) in SetSource()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avdemuxer/
H A Davdemuxer_impl.cpp36 std::shared_ptr<AVDemuxer> AVDemuxerFactory::CreateWithSource(std::shared_ptr<AVSource> source) in CreateWithSource()
49 int32_t AVDemuxerImpl::Init(std::shared_ptr<AVSource> source) in Init()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestAudioCapturePlugin.cpp100 auto source = std::make_shared<MediaSource>(MP4_URL); variable
133 auto source = std::make_shared<MediaSource>(MP4_URL); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_packer_mdk_kits.cpp61 static PackingSourceType ParserPackingArgumentType(napi_env env, napi_value source) in ParserPackingArgumentType()
96 static std::shared_ptr<ImageSource> GetNativeImageSouce(napi_env env, napi_value source) in GetNativeImageSouce()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_proxy_test/
H A Dui_service_proxy_test.cpp110 const std::string source = "source"; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dintf_animation_internal.h52 BASE_NS::weak_ptr<const IAnimation> source; member
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dwallpaper_manager_common_info.h60 std::string source; member
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_client_test/
H A Dui_service_mgr_client_test.cpp160 const std::string source = "source"; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Ddemuxer.cpp33 MediaManagerError Demuxer::Create(const std::shared_ptr<AVSource>& source, in Create()

12345678910>>...22