/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow_manager.cpp | 250 auto containerId = Container::CurrentId(); in ShowPreviewNG() local 439 auto containerId = Container::CurrentId(); in ShowPopup() local 473 auto containerId = Container::CurrentId(); in ShowMenu() local 533 auto containerId = Container::CurrentId(); in ShowDialogNG() local 549 auto containerId = Container::CurrentId(); in ShowDialogNGWithNode() local 564 auto containerId = Container::CurrentId(); in CloseDialogNG() local 576 auto containerId = Container::CurrentId(); in OpenCustomDialogNG() local 693 auto containerId = Container::CurrentId(); in GetOrCreateSubWindow() local 720 auto containerId = Container::CurrentId(); in ShowToastNG() local 769 auto containerId = Container::CurrentId(); in ShowToast() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_utils.cpp | 29 …std::function<void()>&& task, const std::string& name, const int32_t containerId, PriorityType pri… in PostToUI() 37 …std::function<void()>&& task, const std::string& name, const int32_t containerId, PriorityType pri… in PostToBg()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/form/ |
H A D | mock_form_utils.h | 29 int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t containerId, in RouterEvent() 41 …int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId, in BackgroundEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/ |
H A D | mock_form_utils.h | 29 int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t containerId, in RouterEvent() 41 …int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId, in BackgroundEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_utils.cpp | 38 …std::function<void()>&& task, const std::string& name, const int32_t containerId, PriorityType pri… in PostToUI() 47 …std::function<void()>&& task, const std::string& name, const int32_t containerId, PriorityType pri… in PostToBg()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | layout_inspector.cpp | 103 const OHOS::sptr<OHOS::Rosen::Window> GetWindow(int32_t containerId) in GetWindow() 230 [](int32_t containerId) { return CreateLayoutInfo(containerId); }, in SetCallback() 239 [](int32_t containerId) { return CreateLayoutInfo(containerId); }, in SetCallback() 248 void LayoutInspector::CreateLayoutInfo(int32_t containerId) in CreateLayoutInfo() 279 void LayoutInspector::GetInspectorTreeJsonStr(std::string& treeJsonStr, int32_t containerId) in GetInspectorTreeJsonStr() 300 void LayoutInspector::GetSnapshotJson(int32_t containerId, std::unique_ptr<JsonValue>& message) in GetSnapshotJson() 379 auto containerId = container->GetInstanceId(); in HandleStartRecord() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_model_test_ng.cpp | 432 auto containerId = pipelineContext->GetInstanceId(); variable 468 auto containerId = pipelineContext->GetInstanceId(); variable 504 auto containerId = pipelineContext->GetInstanceId(); variable 545 auto containerId = pipelineContext->GetInstanceId(); variable 585 auto containerId = pipelineContext->GetInstanceId(); variable 623 auto containerId = pipelineContext->GetInstanceId(); variable 670 auto containerId = pipelineContext->GetInstanceId(); variable 715 auto containerId = pipelineContext->GetInstanceId(); variable 812 auto containerId = pipelineContext->GetInstanceId(); variable 854 auto containerId = pipelineContext->GetInstanceId(); variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | popup_base_pattern.h | 30 void SetContainerId(int32_t containerId) in SetContainerId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/drag_drop_behavior_reporter/ |
H A D | drag_drop_behavior_reporter.cpp | 69 void DragDropBehaviorReporter::UpdateContainerId(int32_t containerId) in UpdateContainerId() 84 void DragDropBehaviorReporter::Submit(DragReporterPharse pharse, int32_t containerId) in Submit()
|
H A D | drag_drop_behavior_reporter.h | 87 DragDropBehaviorReporterTrigger(DragReporterPharse pharse, int32_t containerId) in DragDropBehaviorReporterTrigger()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | form_utils_impl.cpp | 34 …const int64_t formId, const std::string& action, const int32_t containerId, const std::string& def… in RouterEvent() 103 …const int64_t formId, const std::string& action, const int32_t containerId, const std::string& def… in BackgroundEvent()
|
H A D | ui_event_impl.cpp | 57 auto containerId = Recorder::EventRecorder::Get().GetContainerId(); in OHOS_ACE_GetSimplifiedInspectorTree() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_controller.cpp | 106 std::string GetPageUrlByContainerId(const int32_t containerId) in GetPageUrlByContainerId() 153 auto containerId = EventRecorder::Get().GetContainerId(); in ApplyNewestConfig() local 166 auto containerId = EventRecorder::Get().GetContainerId(); in ApplyExposureCfgInner() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_func_wrapper.cpp | 284 …agDropFuncWrapper::SetDraggingPointerAndPressedState(int32_t currentPointerId, int32_t containerId) in SetDraggingPointerAndPressedState() 295 …Event& pointerEvent, const std::string& extraParams, int32_t currentPointerId, int32_t containerId) in DecideWhetherToStopDragging() 483 [[maybe_unused]] double DragDropFuncWrapper::GetScaleWidth(int32_t containerId) in GetScaleWidth() 490 void DragDropFuncWrapper::SetExtraInfo(int32_t containerId, std::string extraInfo) in SetExtraInfo() 537 auto containerId = pipeline->GetInstanceId(); in IsExpandDisplay() local
|
H A D | drag_drop_manager.cpp | 219 void DragDropManager::HideDragPreviewWindow(int32_t containerId) in HideDragPreviewWindow() 810 auto containerId = container->GetInstanceId(); in OnDragEnd() local 1689 auto containerId = Container::CurrentId(); in GetTouchOffsetRelativeToSubwindow() local 1728 bool needDoDragMoveAnimate, bool isMenuShow, const Offset& newOffset, int32_t containerId) in UpdateDragMovePositionFinished() 1753 auto containerId = Container::CurrentId(); in GetCurrentDistance() local 1771 auto containerId = Container::CurrentId(); in DoDragMoveAnimate() local 1787 auto containerId = Container::CurrentId(); in DragMoveAnimation() local 1842 auto containerId = Container::CurrentId(); in DoDragStartAnimation() local 1877 auto containerId = Container::CurrentId(); in DragStartAnimation() local 2197 …nst RefPtr<NG::OverlayManager> DragDropManager::GetDragAnimationOverlayManager(int32_t containerId) in GetDragAnimationOverlayManager()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_customdialog_controller_ffi.cpp | 130 auto containerId = ownerView_->GetInstanceId(); in OpenDialog() local 176 auto containerId = ownerView_->GetInstanceId(); in CloseDialog() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 40 auto containerId = Container::CurrentId(); in GetMainPipelineContext() local 368 auto containerId = Container::CurrentId(); in OnAttachToFrameNode() local 396 auto containerId = Container::CurrentId(); in OnDetachFromFrameNode() local 575 auto containerId = Container::CurrentId(); in GetSystemTopMostSubwindowSize() local
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_subwindow_manager.cpp | 59 int32_t SubwindowManager::GetParentContainerId(int32_t containerId) in GetParentContainerId()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_container.cpp | 115 RefPtr<Container> Container::GetContainer(int32_t containerId) in GetContainer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.cpp | 538 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnClick() local 625 auto containerId = Container::CurrentId(); in SetOnTouch() local 660 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnAppear() local 694 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnDisappear() local 728 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnKeyEvent() local 778 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnFocus() local 812 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnBlur() local 846 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnHover() local 934 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnMouse() local 1083 auto containerId = GetInstanceId(runtimeCallInfo); in SetOnAttach() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_custom_dialog_controller.cpp | 256 auto containerId = this->ownerView_->GetInstanceId(); in JsOpenDialog() local 311 auto containerId = this->ownerView_->GetInstanceId(); in JsCloseDialog() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_stack_processor.cpp | 250 ScopedViewStackProcessor::ScopedViewStackProcessor(int32_t containerId) in ScopedViewStackProcessor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | inner_navigation_controller.cpp | 27 const WeakPtr<NG::NavigationPattern>& pattern, int32_t containerId) in InnerNavigationController()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
H A D | js_plugin_data.h | 34 int32_t containerId = -1; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.cpp | 93 RefPtr<Container> Container::GetContainer(int32_t containerId) in GetContainer()
|