Home
last modified time | relevance | path

Searched defs:source (Results 1 - 25 of 388) sorted by relevance

12345678910>>...16

/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_utils_ffi.cpp22 char* CreateCStringFromString(const std::string& source) in CreateCStringFromString() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.h29 explicit ImageSourceOhos(std::unique_ptr<Media::ImageSource>&& source) : imageSource_(std::move(source)) {} in ImageSourceOhos() argument
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object_svg.cpp19 RefPtr<ImageObject> GetImageSvgDomObj(ImageSourceInfo source, const std::unique_ptr<SkMemoryStream >& svgStream, in GetImageSvgDomObj() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_extractor.cpp26 PatchExtractor::PatchExtractor(const std::string &source) : BaseExtractor(source) {} in PatchExtractor() argument
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davdemuxer.h135 static std::shared_ptr<AVDemuxer> CreateWithSource(std::shared_ptr<AVSource> source) in CreateWithSource() argument
/foundation/multimedia/av_codec/test/unittest/demuxer_test/inner/
H A Ddemuxer_inner_mock_factory.cpp21 std::shared_ptr<DemuxerMock> AVDemuxerMockFactory::CreateDemuxer(std::shared_ptr<AVSourceMock> source) in CreateDemuxer() argument
/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/
H A Davsource_inner_mock.h28 explicit AVSourceInnerMock(std::shared_ptr<AVSource> source) : source_(source) {} in AVSourceInnerMock() argument
/foundation/multimedia/av_codec/test/unittest/demuxer_test/capi/
H A Ddemuxer_capi_mock_factory.cpp21 std::shared_ptr<DemuxerMock> AVDemuxerMockFactory::CreateDemuxer(std::shared_ptr<AVSourceMock> source) in CreateDemuxer() argument
/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/
H A Davsource_capi_mock.h27 explicit AVSourceCapiMock(OH_AVSource *source) : source_(source) {} in AVSourceCapiMock() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Daccessibility_session_adapter_form.cpp26 void AccessibilitySessionAdapterForm::TransferHoverEvent(const PointF &point, SourceType source, in TransferHoverEvent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Daccessibility_session_adapter_isolated_component.cpp21 void AccessibilitySessionAdapterIsolatedComponent::TransferHoverEvent(const PointF &point, SourceType source, in TransferHoverEvent() argument
H A Daccessibility_session_adapter_ui_extension.cpp22 void AccessibilitySessionAdapterUIExtension::TransferHoverEvent(const PointF &point, SourceType source, in TransferHoverEvent() argument
/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp40 static OHOS::Media::Source source; member in OHOS::Media::Test::UtTestHiPlayer
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dinit_state.h37 std::shared_ptr<MediaSource> source; variable
H A Didle_state.h30 std::shared_ptr<MediaSource> source; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstring_utils.h33 static bool IsEmpty(std::string source) in IsEmpty() argument
38 static std::string Trim(const std::string &source) in Trim() argument
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_template.h36 void SetSource(const std::string& source) in SetSource() argument
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_scroll_bar_controller.cpp34 bool TextFieldScrollBarController::UpdateScrollPosition(const double offset, int32_t source) in UpdateScrollPosition() argument
/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() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_scroll_notifier.h26 static inline void NotifyOnScrollCallback(WeakPtr<ScrollablePattern> pattern, float offset, int32_t source) in NotifyOnScrollCallback() argument
36 static inline void NotifyOnScrollEvent(WeakPtr<ScrollablePattern> pattern, float offset, int32_t source) in NotifyOnScrollEvent() argument
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_session_adapter.h37 virtual void TransferHoverEvent(const PointF& point, SourceType source, in TransferHoverEvent() argument
H A Daccessibility_manager_ng.h37 SourceType source = SourceType::NONE; member
/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"; in HWTEST_F() local
/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"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_accessibility_session_adapter.cpp25 TransferHoverEvent( const PointF &point, SourceType source, AccessibilityHoverEventType eventType, TimeStamp time) TransferHoverEvent() argument

Completed in 5 milliseconds

12345678910>>...16