Home
last modified time | relevance | path

Searched refs:OnDrawCompleted (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h91 void OnDrawCompleted(const std::string& componentId) override
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp514 void DeclarativeFrontendNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::DeclarativeFrontendNG
517 delegate_->OnDrawCompleted(componentId); in OnDrawCompleted()
H A Ddeclarative_frontend_ng.h110 void OnDrawCompleted(const std::string& componentId) override;
H A Dfrontend_delegate_declarative_ng.h96 void OnDrawCompleted(const std::string& componentId);
H A Dfrontend_delegate_declarative_ng.cpp936 void FrontendDelegateDeclarativeNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h130 void OnDrawCompleted(const std::string& componentId) override;
H A Djs_frontend.cpp731 void JsFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::JsFrontend
734 delegate_->OnDrawCompleted(componentId); in OnDrawCompleted()
H A Dfrontend_delegate_impl.h219 void OnDrawCompleted(const std::string& componentId);
H A Dfrontend_delegate_impl.cpp1299 void FrontendDelegateImpl::OnDrawCompleted(const std::string& componentId) {} in OnDrawCompleted() function in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h115 void OnDrawCompleted(const std::string& componentId) override {}
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h185 void OnDrawCompleted(const std::string& componentId) override {}
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h114 void OnDrawCompleted(const std::string& componentId) override;
H A Dplugin_frontend.cpp654 void PluginFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::PluginFrontend
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h261 virtual void OnDrawCompleted(const std::string& componentId) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h165 void OnDrawCompleted(const std::string& componentId) override;
H A Dfrontend_delegate_declarative.h139 void OnDrawCompleted(const std::string& componentId);
H A Ddeclarative_frontend.cpp1083 void DeclarativeFrontend::OnDrawCompleted(const std::string& componentId) in Initialize() function in OHOS::Ace::DeclarativeFrontend
1086 delegate_->OnDrawCompleted(componentId); in Initialize()
H A Dfrontend_delegate_declarative.cpp2364 void FrontendDelegateDeclarative::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp475 void PipelineContext::OnDrawCompleted(const std::string& componentId) {} in OnDrawCompleted() function in OHOS::OHOS::Ace::NG::PipelineContext
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h283 void OnDrawCompleted(const std::string& componentId);
H A Dpipeline_context.cpp992 OnDrawCompleted(node->GetInspectorId()->c_str()); in InspectDrew()
1615 void PipelineContext::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::NG::PipelineContext
1620 frontend->OnDrawCompleted(componentId); in OnDrawCompleted()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp193 * @tc.desc: Test the function OnDrawCompleted.
209 * @tc.steps4: test the function OnDrawCompleted by TEST_TAG. in HWTEST_F()
212 context_->OnDrawCompleted(TEST_TAG); in HWTEST_F()

Completed in 40 milliseconds