/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_frontend.h | 91 void OnDrawCompleted(const std::string& componentId) override in OnDrawCompleted() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 517 void DeclarativeFrontendNG::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::DeclarativeFrontendNG 520 delegate_->OnDrawCompleted(componentId); in OnDrawCompleted()
|
H A D | declarative_frontend_ng.h | 110 void OnDrawCompleted(const std::string& componentId) override;
|
H A D | frontend_delegate_declarative_ng.h | 96 void OnDrawCompleted(const std::string& componentId);
|
H A D | frontend_delegate_declarative_ng.cpp | 939 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 D | js_frontend.h | 128 void OnDrawCompleted(const std::string& componentId) override;
|
H A D | js_frontend.cpp | 731 void JsFrontend::OnDrawCompleted(const std::string& componentId) in OnDrawCompleted() function in OHOS::Ace::JsFrontend 734 delegate_->OnDrawCompleted(componentId); in OnDrawCompleted()
|
H A D | frontend_delegate_impl.h | 219 void OnDrawCompleted(const std::string& componentId);
|
H A D | frontend_delegate_impl.cpp | 1299 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 D | plugin_frontend.h | 114 void OnDrawCompleted(const std::string& componentId) override;
|
H A D | plugin_frontend.cpp | 659 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 D | cj_frontend_abstract.h | 185 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | frontend.h | 261 virtual void OnDrawCompleted(const std::string& componentId) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.h | 115 void OnDrawCompleted(const std::string& componentId) override {} in OnDrawCompleted() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 165 void OnDrawCompleted(const std::string& componentId) override;
|
H A D | declarative_frontend.cpp | 1092 void DeclarativeFrontend::OnDrawCompleted(const std::string& componentId) in Initialize() function in OHOS::Ace::DeclarativeFrontend 1095 delegate_->OnDrawCompleted(componentId); in Initialize()
|
H A D | frontend_delegate_declarative.h | 139 void OnDrawCompleted(const std::string& componentId);
|
H A D | frontend_delegate_declarative.cpp | 2360 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 D | mock_pipeline_context.cpp | 333 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 D | pipeline_context.h | 258 void OnDrawCompleted(const std::string& componentId);
|
H A D | pipeline_context.cpp | 682 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 D | pipeline_context_test_ng_new.cpp | 212 context_->OnDrawCompleted(TEST_TAG);
|