Home
last modified time | relevance | path

Searched refs:GetSystemFontList (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/font/
H A Dfont_platform.h30 virtual void GetSystemFontList(std::vector<std::string>& fontList) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/font/
H A Dcj_font_ffi.cpp40 return frontend->GetSystemFontList(); in FfiFontManagerGetSystemFontList()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.h95 void GetSystemFontList(std::vector<std::string>& fontList);
H A Dfont_manager.cpp94 void FontManager::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::FontManager
99 fontPlatform->GetSystemFontList(fontList); in GetSystemFontList()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp395 VectorStringHandle CJFrontendAbstract::GetSystemFontList() in GetSystemFontList() function in OHOS::Ace::CJFrontendAbstract
398 pipelineContextHolder_.Get()->GetSystemFontList(*fontList); in GetSystemFontList()
H A Dcj_frontend_abstract.h116 VectorStringHandle GetSystemFontList();
/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.h886 void GetSystemFontList(std::vector<std::string>& fontList);
/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.cpp1631 void PluginFrontendDelegate::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::Framework::PluginFrontendDelegate
1633 pipelineContextHolder_.Get()->GetSystemFontList(fontList); in GetSystemFontList()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h275 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()
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp122 delegate->GetSystemFontList(fontList); in JSgetSystemFontList()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h210 void GetSystemFontList(std::vector<std::string>& fontList) override;
H A Dfrontend_delegate_declarative_ng.cpp564 void FrontendDelegateDeclarativeNG::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
566 pipelineContextHolder_.Get()->GetSystemFontList(fontList); in GetSystemFontList()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h273 void GetSystemFontList(std::vector<std::string>& fontList) override;
H A Dfrontend_delegate_declarative.cpp3142 void FrontendDelegateDeclarative::GetSystemFontList(std::vector<std::string>& fontList) in GetSystemFontList() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
3144 pipelineContextHolder_.Get()->GetSystemFontList(fontList); in GetSystemFontList()

Completed in 30 milliseconds