Searched refs:GetPageById (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_animation_bridge.cpp | 42 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() function 105 auto page = GetPageById(runtime, pageId); in HandleJsAnimationContext() 253 auto page = GetPageById(runtime, pageId); in JsAnimationStartTimeGet() 299 auto page = GetPageById(runtime, pageId); in JsAnimationStartTimeSet() 319 auto page = GetPageById(runtime, pageId); in JsAnimationPendingGet() 388 auto page = GetPageById(runtime, pageId); in JsAnimationPlayStateSet()
|
H A D | jsi_animator_bridge.cpp | 42 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() function 98 auto page = GetPageById(runtime, pageId); in HandleJsAnimatorContext() 407 auto page = GetPageById(runtime, pageId); in JsAnimatorUpdate() 449 auto page = GetPageById(runtime, pageId); in JsAnimatorReset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | stage_manager.h | 57 RefPtr<FrameNode> GetPageById(int32_t pageId);
|
H A D | stage_manager.cpp | 564 RefPtr<FrameNode> StageManager::GetPageById(int32_t pageId) in GetPageById() function in OHOS::Ace::NG::StageManager
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
H A D | stage_test_ng.cpp | 830 auto pageNode = stageManager.GetPageById(0); 838 pageNode = stageManager.GetPageById(5);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.cpp | 76 auto pageRootNode = currentPageId_ ? context->GetStageManager()->GetPageById(currentPageId_) in DumpUITree()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.cpp | 615 auto pageNode = stageManager->GetPageById(pageId); in GetPageCurrentOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_pattern.cpp | 370 auto pageNode = stageManager->GetPageById(host->GetPageId()); in CheckPageNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_pattern.cpp | 421 auto pageNode = stageManager->GetPageById(host->GetPageId()); in CheckPageNode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/ |
H A D | radio_test_ng.cpp | 411 auto pageNode = stageManager->GetPageById(frameNode0->GetPageId()); 467 auto pageNode = stageManager->GetPageById(frameNode0->GetPageId());
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/ |
H A D | checkbox_test_ng.cpp | 1959 auto pageNode = stageManager->GetPageById(host->GetPageId());
|