/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_ace_application_info.cpp | 23 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override {}
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_application_info.h | 31 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
|
H A D | ace_application_info.cpp | 36 void AceApplicationInfoImpl::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() function in OHOS::Ace::Platform::AceApplicationInfoImpl
|
H A D | ace_ability.cpp | 557 AceApplicationInfo::GetInstance().ChangeLocale(systemParams.language, systemParams.region); in LoadDocument()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_application_info.h | 40 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
|
H A D | ace_application_info.cpp | 40 void AceApplicationInfoImpl::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() function in OHOS::Ace::Platform::AceApplicationInfoImpl
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_ace_application_info.cpp | 25 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override {}
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_application_info.h | 57 virtual void ChangeLocale(const std::string& language, const std::string& countryOrRegion) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 194 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
|
H A D | plugin_frontend_delegate.cpp | 133 void PluginFrontendDelegate::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() function in OHOS::Ace::Framework::PluginFrontendDelegate 136 [language, countryOrRegion]() { AceApplicationInfo::GetInstance().ChangeLocale(language, countryOrRegion); }, in ChangeLocale()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 217 virtual void ChangeLocale(const std::string& language, const std::string& countryOrRegion) = 0;
|
H A D | frontend_delegate_impl.h | 299 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
|
H A D | frontend_delegate_impl.cpp | 160 void FrontendDelegateImpl::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() function in OHOS::Ace::Framework::FrontendDelegateImpl 163 [language, countryOrRegion]() { AceApplicationInfo::GetInstance().ChangeLocale(language, countryOrRegion); }, in ChangeLocale()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 205 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
|
H A D | frontend_delegate_declarative_ng.cpp | 551 void FrontendDelegateDeclarativeNG::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG 554 [language, countryOrRegion]() { AceApplicationInfo::GetInstance().ChangeLocale(language, countryOrRegion); }, in ChangeLocale()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 268 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
|
H A D | frontend_delegate_declarative.cpp | 202 void FrontendDelegateDeclarative::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 205 [language, countryOrRegion]() { AceApplicationInfo::GetInstance().ChangeLocale(language, countryOrRegion); }, in ChangeLocale()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 732 GetFrontendDelegate(runtime)->ChangeLocale(language, countryOrRegion); in SetLocale()
|