Home
last modified time | relevance | path

Searched refs:OnLayoutCompleted (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h87 void OnLayoutCompleted(const std::string& componentId) override
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp507 void DeclarativeFrontendNG::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() function in OHOS::Ace::DeclarativeFrontendNG
510 delegate_->OnLayoutCompleted(componentId); in OnLayoutCompleted()
H A Ddeclarative_frontend_ng.h109 void OnLayoutCompleted(const std::string& componentId) override;
H A Dfrontend_delegate_declarative_ng.h95 void OnLayoutCompleted(const std::string& componentId);
H A Dfrontend_delegate_declarative_ng.cpp923 void FrontendDelegateDeclarativeNG::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h129 void OnLayoutCompleted(const std::string& componentId) override;
H A Djs_frontend.cpp724 void JsFrontend::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() function in OHOS::Ace::JsFrontend
727 delegate_->OnLayoutCompleted(componentId); in OnLayoutCompleted()
H A Dfrontend_delegate_impl.h218 void OnLayoutCompleted(const std::string& componentId);
H A Dfrontend_delegate_impl.cpp1297 void FrontendDelegateImpl::OnLayoutCompleted(const std::string& componentId) {} in OnLayoutCompleted() function in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h114 void OnLayoutCompleted(const std::string& componentId) override {}
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h184 void OnLayoutCompleted(const std::string& componentId) override {}
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h113 void OnLayoutCompleted(const std::string& componentId) override;
H A Dplugin_frontend.cpp649 void PluginFrontend::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() function in OHOS::Ace::PluginFrontend
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h260 virtual void OnLayoutCompleted(const std::string& componentId) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h164 void OnLayoutCompleted(const std::string& componentId) override;
H A Dfrontend_delegate_declarative.h138 void OnLayoutCompleted(const std::string& componentId);
H A Ddeclarative_frontend.cpp1076 void DeclarativeFrontend::OnLayoutCompleted(const std::string& componentId) in Initialize() function in OHOS::Ace::DeclarativeFrontend
1079 delegate_->OnLayoutCompleted(componentId); in Initialize()
H A Dfrontend_delegate_declarative.cpp2345 void FrontendDelegateDeclarative::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp468 void PipelineContext::OnLayoutCompleted(const std::string& componentId) {} in OnLayoutCompleted() function in OHOS::OHOS::Ace::NG::PipelineContext
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h282 void OnLayoutCompleted(const std::string& componentId);
H A Dpipeline_context.cpp1606 void PipelineContext::OnLayoutCompleted(const std::string& componentId) in OnLayoutCompleted() function in OHOS::Ace::NG::PipelineContext
1611 frontend->OnLayoutCompleted(componentId); in OnLayoutCompleted()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp168 * @tc.desc: Test the function OnLayoutCompleted.
183 * @tc.steps2: test the function OnLayoutCompleted by TEST_TAG. in HWTEST_F()
186 context_->OnLayoutCompleted(TEST_TAG); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp1379 pipeline->OnLayoutCompleted(GetInspectorId()->c_str()); in SwapDirtyLayoutWrapperOnMainThread()
4299 pipeline->OnLayoutCompleted(GetInspectorId()->c_str()); in OnLayoutFinish()

Completed in 55 milliseconds