| /foundation/arkui/ace_engine/frameworks/core/common/ |
| D | manager_interface.h | 36 virtual void MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) {} in MovePage() 37 virtual void SetScrollElement(int32_t pageId, const WeakPtr<ScrollElement>& scrollElement) {} in SetScrollElement() 38 virtual void RemovePageId(int32_t pageId) {} in RemovePageId()
|
| D | text_field_manager.cpp | 30 void TextFieldManager::SetScrollElement(int32_t pageId, const WeakPtr<ScrollElement>& scrollElement) in SetScrollElement() 38 void TextFieldManager::MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) in MovePage() 69 void TextFieldManager::RemovePageId(int32_t pageId) in RemovePageId()
|
| D | ace_page.h | 31 explicit AcePage(int32_t pageId) : pageId_(pageId) {} in AcePage()
|
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| D | mock_text_field_manager.cpp | 24 void TextFieldManager::SetScrollElement(int32_t pageId, const WeakPtr<ScrollElement>& scrollElement) in SetScrollElement() 32 void TextFieldManager::MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) in MovePage() 37 void TextFieldManager::RemovePageId(int32_t pageId) in RemovePageId()
|
| /foundation/arkui/ace_engine/frameworks/core/components/page/ |
| D | page_component.cpp | 27 PageComponent::PageComponent(int32_t pageId, const std::string& pageUrl, const RefPtr<Component>& c… in PageComponent() 34 …int32_t pageId, const std::string& pageUrl, const ComposeId& cardComposeId, const RefPtr<Component… in PageComponent()
|
| D | page_element.cpp | 26 PageElement::PageElement(int32_t pageId, const std::string& pageUrl, const ComposeId& id) in PageElement() 31 int32_t pageId, const std::string& pageUrl, const ComposeId& cardComposeId, const ComposeId& id) in PageElement()
|
| /foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
| D | multimodal_manager.cpp | 24 RefPtr<MultiModalScene> MultiModalManager::GetMultiModalScene(int32_t pageId) in GetMultiModalScene() 72 void MultiModalManager::RemoveMultimodalScene(int32_t pageId) in RemoveMultimodalScene() 77 void MultiModalManager::RemoveInactiveScene(int32_t pageId) in RemoveInactiveScene()
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| D | jsi_animation_bridge.cpp | 49 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() 93 int32_t pageId = jsPageId->ToInt32(runtime); in GetCurrentPageId() local 101 …const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t nodeId, AnimationOperation operation) in HandleJsAnimationContext() 255 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimationStartTimeGet() local 301 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimationStartTimeSet() local 321 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimationPendingGet() local 390 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimationPlayStateSet() local 549 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimationPlay() local 558 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimationFinish() local 567 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimationPause() local [all …]
|
| D | jsi_animator_bridge.cpp | 46 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() 86 int32_t pageId = jsPageId->ToInt32(runtime); in GetCurrentPageId() local 90 void HandleJsAnimatorContext(const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t bridgeId, in HandleJsAnimatorContext() 316 shared_ptr<JsRuntime> runtime, int32_t pageId, int32_t bridgeId) in CreateAnimatorContext() 339 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimatorPlay() local 348 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimatorFinish() local 357 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimatorPause() local 366 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimatorCancel() local 375 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimatorReverse() local 407 int32_t pageId = GetCurrentPageId(runtime, thisObj); in JsAnimatorUpdate() local [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | inspector.cpp | 103 …ildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId) in GetFrameNodeChildren() 130 …const RefPtr<NG::UINode>& parent, std::unique_ptr<OHOS::Ace::JsonValue>& jsonNodeArray, int pageId) in GetSpanInspector() 167 …::UINode>& parent, std::unique_ptr<OHOS::Ace::JsonValue>& jsonNodeArray, int pageId, bool isActive) in GetInspectorChildren() 218 …ildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId) in GetFrameNodeChildren() 242 …const RefPtr<NG::UINode>& parent, std::unique_ptr<OHOS::Ace::JsonValue>& jsonNodeArray, int pageId) in GetSpanInspector() 267 …::UINode>& parent, std::unique_ptr<OHOS::Ace::JsonValue>& jsonNodeArray, int pageId, bool isActive) in GetInspectorChildren() 331 std::string GetInspectorInfo(std::vector<RefPtr<NG::UINode>> children, int32_t pageId, in GetInspectorInfo() 476 auto pageId = context->GetStageManager()->GetLastPage()->GetPageId(); in GetInspector() local 499 auto pageId = 0; in GetSubWindowInspector() local 527 …const RefPtr<NG::UINode>& parent, std::unique_ptr<OHOS::Ace::JsonValue>& jsonNodeArray, int pageId) in GetSimplifiedSpanInspector() [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| D | text_field_manager.h | 42 void MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) override {} in MovePage() 43 void RemovePageId(int32_t pageId) override {} in RemovePageId()
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| D | card_frontend_delegate.cpp | 77 RefPtr<JsAcePage>& CardFrontendDelegate::CreatePage(int32_t pageId, const std::string& url) in CreatePage() 87 int32_t pageId, const std::string& url, const WeakPtr<StageElement>& container) in CreatePage()
|
| /foundation/arkui/ace_engine/frameworks/core/event/ |
| D | ace_event_handler.h | 73 int32_t pageId = -1; member 83 : data_(std::make_unique<Data>(eventId, eventType, pageId, isFront)) in data_() argument 89 : data_(std::make_unique<Data>(std::move(func), eventType, pageId, isFront)) in data_() argument 94 : data_(std::make_unique<Data>(std::move(func), eventType, pageId, isFront)) in data_() argument 98 : data_(std::make_unique<Data>(std::move(func), eventType, pageId, isFront)) in data_() argument
|
| D | back_end_event_manager.h | 55 constexpr int32_t pageId = -1; in GetAvailableMarker() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| D | page_id_pool.h | 42 void RecyclePageId(int32_t pageId) in RecyclePageId()
|
| /foundation/distributedhardware/device_manager/test/commonfuzztest/pinauthui_fuzzer/ |
| D | pinauthui_fuzzer.cpp | 35 int32_t pageId = *(reinterpret_cast<const int32_t*>(data)); in PinAuthUiFuzzTest() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/canvas/ |
| D | canvas_declaration.cpp | 37 bool CanvasDeclaration::SetSpecializedEvent(int32_t pageId, const std::string& eventId, const std::… in SetSpecializedEvent()
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_rich_text.cpp | 38 bool DOMRichText::AddSpecializedEvent(int32_t pageId, const std::string& event) in AddSpecializedEvent()
|
| D | dom_proxy.h | 44 void AddEvent(int32_t pageId, const std::vector<std::string>& events) override {} in AddEvent()
|
| D | dom_document.h | 40 explicit DOMDocument(int32_t pageId) : rootNodeId_(DOM_ROOT_NODE_ID_BASE + pageId) {} in DOMDocument()
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/richtext/ |
| D | rich_text_declaration.cpp | 47 bool RichTextDeclaration::SetSpecializedEvent(int32_t pageId, const std::string& eventId, const std… in SetSpecializedEvent()
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/ |
| D | xcomponent_declaration.cpp | 64 bool XComponentDeclaration::SetSpecializedEvent(int32_t pageId, const std::string& eventId, const s… in SetSpecializedEvent()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
| D | page_info.h | 35 PageInfo(int32_t pageId, std::string url, std::string path) in PageInfo()
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
| D | piece_declaration.cpp | 125 bool PieceDeclaration::SetSpecializedEvent(int32_t pageId, const std::string& eventId, const std::s… in SetSpecializedEvent()
|
| /foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
| D | plugin_frontend_delegate.cpp | 69 void PluginFrontendDelegate::RecyclePageId(int32_t pageId) in RecyclePageId() 390 auto pageId = delegate->GetRunningPageId(); in OnPageBackPress() local 833 void PluginFrontendDelegate::TriggerPageUpdate(int32_t pageId, bool directExecute) in TriggerPageUpdate() 1076 int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) in LoadPage() 1248 void PluginFrontendDelegate::SetCurrentPage(int32_t pageId) in SetCurrentPage() 1301 auto pageId = delegate->GetPageIdByUrl(url); in PopToPage() local 1327 const TransitionEvent& event, const std::string& url, int32_t pageId) in PopToPageTransitionListener() 1395 auto pageId = OnPopPageSuccess(); in PopPageTransitionListener() local 1430 auto pageId = delegate->OnClearInvisiblePagesSuccess(); in ClearInvisiblePages() local 1495 void PluginFrontendDelegate::LoadReplacePage(int32_t pageId, const PageTarget& target, const std::s… in LoadReplacePage() [all …]
|