Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_ace_application_info.cpp23 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override {}
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_application_info.h31 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
H A Dace_application_info.cpp36 void AceApplicationInfoImpl::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() function in OHOS::Ace::Platform::AceApplicationInfoImpl
H A Dace_ability.cpp557 AceApplicationInfo::GetInstance().ChangeLocale(systemParams.language, systemParams.region); in LoadDocument()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.h40 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
H A Dace_application_info.cpp40 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 Dmock_ace_application_info.cpp25 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override {}
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_application_info.h57 virtual void ChangeLocale(const std::string& language, const std::string& countryOrRegion) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h194 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
H A Dplugin_frontend_delegate.cpp133 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 Dfrontend_delegate.h217 virtual void ChangeLocale(const std::string& language, const std::string& countryOrRegion) = 0;
H A Dfrontend_delegate_impl.h299 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
H A Dfrontend_delegate_impl.cpp160 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 Dfrontend_delegate_declarative_ng.h205 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
H A Dfrontend_delegate_declarative_ng.cpp551 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 Dfrontend_delegate_declarative.h268 void ChangeLocale(const std::string& language, const std::string& countryOrRegion) override;
H A Dfrontend_delegate_declarative.cpp202 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 Djsi_engine.cpp732 GetFrontendDelegate(runtime)->ChangeLocale(language, countryOrRegion); in SetLocale()

Completed in 28 milliseconds