/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/font/ |
H A D | font_platform.h | 30 virtual void GetSystemFontList(std::vector<std::string>& fontList) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/font/ |
H A D | cj_font_ffi.cpp | 41 return frontend->GetSystemFontList(); in FfiFontManagerGetSystemFontList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | font_manager.cpp | 91 void FontManager::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::FontManager 96 fontPlatform->GetSystemFontList(fontList); in GetSystemFontList()
|
H A D | font_manager.h | 95 void GetSystemFontList(std::vector<std::string>& fontList);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 401 VectorStringHandle CJFrontendAbstract::GetSystemFontList() in GetSystemFontList() function in OHOS::Ace::CJFrontendAbstract 404 pipelineContextHolder_.Get()->GetSystemFontList(*fontList); in GetSystemFontList()
|
H A D | cj_frontend_abstract.h | 116 VectorStringHandle GetSystemFontList();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 304 void PipelineBase::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::PipelineBase 307 fontManager_->GetSystemFontList(fontList); in GetSystemFontList()
|
H A D | pipeline_base.h | 907 void GetSystemFontList(std::vector<std::string>& fontList);
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/font/ |
H A D | js_font.cpp | 127 delegate->GetSystemFontList(fontList); in JSgetSystemFontList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 276 virtual void GetSystemFontList(std::vector<std::string>& fontList) = 0;
|
H A D | frontend_delegate_impl.h | 304 void GetSystemFontList(std::vector<std::string>& fontList) override;
|
H A D | frontend_delegate_impl.cpp | 1867 void FrontendDelegateImpl::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::Framework::FrontendDelegateImpl 1869 pipelineContextHolder_.Get()->GetSystemFontList(fontList); in GetSystemFontList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 199 void GetSystemFontList(std::vector<std::string>& fontList) override;
|
H A D | plugin_frontend_delegate.cpp | 1647 void PluginFrontendDelegate::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::Framework::PluginFrontendDelegate 1649 pipelineContextHolder_.Get()->GetSystemFontList(fontList); in GetSystemFontList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 209 void GetSystemFontList(std::vector<std::string>& fontList) override;
|
H A D | frontend_delegate_declarative_ng.cpp | 577 void FrontendDelegateDeclarativeNG::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG 579 pipelineContextHolder_.Get()->GetSystemFontList(fontList); in GetSystemFontList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 272 void GetSystemFontList(std::vector<std::string>& fontList) override;
|
H A D | frontend_delegate_declarative.cpp | 3138 void FrontendDelegateDeclarative::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 3140 pipelineContextHolder_.Get()->GetSystemFontList(fontList); in GetSystemFontList()
|
/ohos5.0/foundation/arkui/ace_engine/build/ |
H A D | libace.map | 230 OHOS::Ace::PipelineBase::GetSystemFontList*;
|