Home
last modified time | relevance | path

Searched refs:GetConfigurationCommon (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h187 void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) override;
H A Dplugin_frontend_delegate.cpp143 GetConfigurationCommon(I18N_FOLDER, data); in GetI18nData()
152 GetConfigurationCommon(RESOURCES_FOLDER, data); in GetResourceConfiguration()
156 void PluginFrontendDelegate::GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) in GetConfigurationCommon() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h266 virtual void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) = 0;
H A Dfrontend_delegate_impl.h297 void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) override;
H A Dfrontend_delegate_impl.cpp170 GetConfigurationCommon(I18N_FOLDER, data); in GetI18nData()
179 GetConfigurationCommon(RESOURCES_FOLDER, data); in GetResourceConfiguration()
183 void FrontendDelegateImpl::GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) in GetConfigurationCommon() function in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h186 void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) override {}
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h261 void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) override;
H A Dfrontend_delegate_declarative.cpp212 GetConfigurationCommon(I18N_FOLDER, data); in GetI18nData()
221 GetConfigurationCommon(RESOURCES_FOLDER, data); in GetResourceConfiguration()
225 void FrontendDelegateDeclarative::GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) in GetConfigurationCommon() function in OHOS::Ace::Framework::FrontendDelegateDeclarative

Completed in 17 milliseconds