Searched refs:GetConfigurationCommon (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 187 void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) override;
|
H A D | plugin_frontend_delegate.cpp | 143 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 D | frontend_delegate.h | 266 virtual void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) = 0;
|
H A D | frontend_delegate_impl.h | 297 void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) override;
|
H A D | frontend_delegate_impl.cpp | 170 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 D | frontend_delegate_declarative_ng.h | 186 void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) override {}
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 261 void GetConfigurationCommon(const std::string& filePath, std::unique_ptr<JsonValue>& data) override;
|
H A D | frontend_delegate_declarative.cpp | 212 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