Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h91 void OnDrawCompleted(const std::string& componentId) override in OnDrawCompleted() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp517 void DeclarativeFrontendNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::DeclarativeFrontendNG
520 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.cpp939 void FrontendDelegateDeclarativeNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h128 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h114 void OnDrawCompleted(const std::string& componentId) override;
H A Dplugin_frontend.cpp659 void PluginFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::PluginFrontend
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h185 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h261 virtual void OnDrawCompleted(const std::string& componentId) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h115 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h165 void OnDrawCompleted(const std::string& componentId) override;
H A Ddeclarative_frontend.cpp1092 void DeclarativeFrontend::OnDrawCompleted(const std::string& componentId) in Initialize() function in OHOS::Ace::DeclarativeFrontend
1095 delegate_->OnDrawCompleted(componentId); in Initialize()
H A Dfrontend_delegate_declarative.h139 void OnDrawCompleted(const std::string& componentId);
H A Dfrontend_delegate_declarative.cpp2360 void FrontendDelegateDeclarative::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp333 void PipelineContext::OnDrawCompleted(const std::string& componentId) {} in OnDrawCompleted() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h258 void OnDrawCompleted(const std::string& componentId);
H A Dpipeline_context.cpp682 OnDrawCompleted(node->GetInspectorId()->c_str()); in InspectDrew()
1309 void PipelineContext::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::NG::PipelineContext
1314 frontend->OnDrawCompleted(componentId); in OnDrawCompleted()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp212 context_->OnDrawCompleted(TEST_TAG);