Searched refs:fileFullPath (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_ability_impl.cpp | 70 char *fileFullPath = RelocateJSSourceFilePath(abilityPath, appJSFileName); in InitEnvironment() local 71 if (fileFullPath == nullptr) { in InitEnvironment() 80 abilityModel_ = appContext_->Eval(fileFullPath, strlen(fileFullPath), true); // generate global.$app js object in InitEnvironment() 84 ace_free(fileFullPath); in InitEnvironment() 85 fileFullPath = nullptr; in InitEnvironment()
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 491 auto fileFullPath = STYLES_FOLDER_PATH + *fileIter + std::string(FILE_TYPE_JSON); in LoadCustomStyle() local 492 auto asset = assetManager->GetAsset(fileFullPath); in LoadCustomStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 209 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon() local 212 GetAssetFromI18n(fileFullPath, data); in GetConfigurationCommon() 217 if (GetAssetContent(fileFullPath, content)) { in GetConfigurationCommon() 228 void FrontendDelegateImpl::GetAssetFromI18n(const std::string& fileFullPath, std::unique_ptr<JsonValue>& data) in GetAssetFromI18n() argument 233 auto jsAssetVector = assetManager_->GetAssetFromI18n(fileFullPath); in GetAssetFromI18n() 2007 auto fileFullPath = std::string(RESOURCES_FOLDER) + folderName + std::string(I18N_FILE_SUFFIX); in LoadResourceConfiguration() local 2009 if (GetAssetContent(fileFullPath, content)) { in LoadResourceConfiguration() 2012 LOGW("parse %{private}s i18n content failed", fileFullPath.c_str()); in LoadResourceConfiguration()
|
H A D | frontend_delegate_impl.h | 412 void GetAssetFromI18n(const std::string& fileFullPath, std::unique_ptr<JsonValue>& data);
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 179 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon() local 181 if (GetAssetContent(fileFullPath, content)) { in GetConfigurationCommon() 209 auto fileFullPath = std::string(RESOURCES_FOLDER) + folderName + std::string(I18N_FILE_SUFFIX); in LoadResourceConfiguration() local 211 if (GetAssetContent(fileFullPath, content)) { in LoadResourceConfiguration()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 248 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon() local 250 if (GetAssetContent(fileFullPath, content)) { in GetConfigurationCommon() 279 auto fileFullPath = std::string(RESOURCES_FOLDER) + folderName + std::string(I18N_FILE_SUFFIX); in LoadResourceConfiguration() local 281 if (GetAssetContent(fileFullPath, content)) { in LoadResourceConfiguration() 284 LOGW("parse %{private}s i18n content failed", fileFullPath.c_str()); in LoadResourceConfiguration()
|
Completed in 15 milliseconds