/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_properties.h | 43 static std::string ConvertDialogTypeToString(DialogType type) in ConvertDialogTypeToString() argument 190 std::optional<ButtonType> type; member 211 DialogType type = DialogType::COMMON; // type of dialog, current support common dialog and alert dialog. member
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_component.h | 57 void SetType(const std::string& type) in SetType() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 163 double RenderSvgBase::ConvertDimensionToPx(const Dimension& value, LengthType type, bool isRoot) in ConvertDimensionToPx() argument 325 std::string type; in PrepareTransformValueAnimation() local 349 std::string type; PrepareTransformFrameAnimation() local 613 SetTransformProperty( const std::string& type, const std::vector<float>& from, const std::vector<float>& to, double value) SetTransformProperty() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 198 void OffscreenCanvasRenderingContext2DModelNG::SetCompositeType(const CompositeOperation& type) in SetCompositeType() argument
|
H A D | offscreen_canvas_pattern.cpp | 393 std::string OffscreenCanvasPattern::ToDataURL(const std::string& type, const double quality) in ToDataURL() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 694 void BubblePattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_pattern.cpp | 148 void SlidingPanelPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() argument 416 auto type = layoutProperty->GetPanelType().value_or(PanelType::FOLDABLE_BAR); in InitPanEvent() local 426 auto type = layoutProperty->GetPanelType().value_or(PanelType::FOLDABLE_BAR); in IsNeedResetPanEvent() local 924 auto type = layoutProperty->GetPanelTypeValue(PanelType::FOLDABLE_BAR); in AddOrRemoveDragBarNode() local [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_impl.cpp | 685 bool CastSessionImpl::IsVtpUsed(ChannelType type) in IsVtpUsed() argument 690 bool CastSessionImpl::IsChannelClient(ChannelType type) in IsChannelClient() argument 699 bool CastSessionImpl::IsChannelNeeded(ChannelType type) in IsChannelNeeded() argument 704 std::pair<int, int> CastSessionImpl::GetMediaPort(ChannelType type, in argument 737 SetupMedia(const CastInnerRemoteDevice &remote, ChannelType type, int ports) SetupMedia() argument [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension_content_session.cpp | 831 std::string type; in OnStartAbilityByType() local 884 CheckStartAbilityByTypeParam(napi_env env, NapiCallbackInfo& info, std::string& type, AAFwk::WantParams& wantParam) CheckStartAbilityByTypeParam() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tab_content.cpp | 126 auto type = typeParam->ToString(); in SetTabBar() local
|
H A D | js_image.cpp | 947 ImageAnalyzerType type = static_cast<ImageAnalyzerType>(value); in AnalyzerConfig() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_progress_bridge.cpp | 656 auto type = 0; in SetProgressInitialize() local
|
H A D | arkts_native_button_bridge.cpp | 129 int32_t type = DEFAULT_BUTTON_TYPE; in SetOptions() local 175 int type = secondArg->Int32Value(vm); in SetType() local
|
H A D | arkts_native_slider_bridge.cpp | 424 auto type = static_cast<SliderModel::BlockStyleType>(getType->ToNumber<int32_t>());
in SetBlockStyle() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.cpp | 183 void CanvasRenderingContext2DModelImpl::SetCompositeType(const CompositeOperation& type) in SetCompositeType() argument
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 185 void OffscreenCanvasRenderingContext2DModelImpl::SetCompositeType(const CompositeOperation& type) in SetCompositeType() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 172 bool PluginFrontend::Initialize(FrontendType type, const RefPtr<TaskExecutor>& taskExecutor) in Initialize() argument 412 void PluginFrontend::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) in NavigatePage() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.cpp | 148 void NativeCanvasRenderer::SetGlobalCompositeOperation(const CompositeOperation type) in SetGlobalCompositeOperation() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_common_ffi.h | 117 uint8_t type; member 196 int32_t type; member
|
H A D | cj_web_ffi.cpp | 218 void FfiOHOSAceFrameworkWebCreate(const char* src, int64_t controllerId, int32_t type, bool mode) in FfiOHOSAceFrameworkWebCreate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.cpp | 325 ButtonType type = buttonComponent_->GetType(); in OnMouseHoverEnterTest() local 740 ButtonType type = buttonComponent_->GetType(); in UpdateFocusAnimation() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 420 inline TextInputType ConvertStrToTextInputType(const std::string& type) in ConvertStrToTextInputType() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.h | 429 void SetCalendarType(CalendarType type) in SetCalendarType() argument 524 void SetCalendarType(CalendarType type) in SetCalendarType() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/ |
H A D | accessibility_node_manager.cpp | 747 GetDefaultAttrsByType( const std::string& type, std::unique_ptr<JsonValue>& jsonDefaultAttrs) GetDefaultAttrsByType() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | view_stack_processor.cpp | 444 auto type = AceType::TypeName(GetMainComponent()); in ShouldPopImmediately() local 507 auto type = AceType::TypeName(GetMainComponent()); in PopContainer() local
|