Home
last modified time | relevance | path

Searched refs:GetSystemFontList (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/font/
H A Dfont_platform.h30 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 Dcj_font_ffi.cpp41 return frontend->GetSystemFontList(); in FfiFontManagerGetSystemFontList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp91 void FontManager::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::FontManager
96 fontPlatform->GetSystemFontList(fontList); in GetSystemFontList()
H A Dfont_manager.h95 void GetSystemFontList(std::vector<std::string>& fontList);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp401 VectorStringHandle CJFrontendAbstract::GetSystemFontList() in GetSystemFontList() function in OHOS::Ace::CJFrontendAbstract
404 pipelineContextHolder_.Get()->GetSystemFontList(*fontList); in GetSystemFontList()
H A Dcj_frontend_abstract.h116 VectorStringHandle GetSystemFontList();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp304 void PipelineBase::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::PipelineBase
307 fontManager_->GetSystemFontList(fontList); in GetSystemFontList()
H A Dpipeline_base.h907 void GetSystemFontList(std::vector<std::string>& fontList);
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp127 delegate->GetSystemFontList(fontList); in JSgetSystemFontList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h276 virtual void GetSystemFontList(std::vector<std::string>& fontList) = 0;
H A Dfrontend_delegate_impl.h304 void GetSystemFontList(std::vector<std::string>& fontList) override;
H A Dfrontend_delegate_impl.cpp1867 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 Dplugin_frontend_delegate.h199 void GetSystemFontList(std::vector<std::string>& fontList) override;
H A Dplugin_frontend_delegate.cpp1647 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 Dfrontend_delegate_declarative_ng.h209 void GetSystemFontList(std::vector<std::string>& fontList) override;
H A Dfrontend_delegate_declarative_ng.cpp577 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 Dfrontend_delegate_declarative.h272 void GetSystemFontList(std::vector<std::string>& fontList) override;
H A Dfrontend_delegate_declarative.cpp3138 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 Dlibace.map230 OHOS::Ace::PipelineBase::GetSystemFontList*;