Home
last modified time | relevance | path

Searched refs:FILE_TYPE_JSON (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.cpp30 const char FILE_TYPE_JSON[] = ".json"; variable
92 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_JSON); in RunPage()
95 urlPath = manifestParser_->GetRouter()->GetEntry(FILE_TYPE_JSON); in RunPage()
98 urlPath = GetFormSrcPath(GetFormSrc(), FILE_TYPE_JSON); in RunPage()
H A Djs_card_parser.cpp31 const char FILE_TYPE_JSON[] = ".json"; variable
805 GetDeviceDpi(density_) + std::string(FILE_TYPE_JSON); in GetResImageUrl()
810 …ing(RESOURCES_FOLDER) + "res-" + themeArray[mode] + "-" + "defaults" + std::string(FILE_TYPE_JSON); in GetResImageUrl()
815 …jsonFile = std::string(RESOURCES_FOLDER) + "res-" + themeArray[mode] + std::string(FILE_TYPE_JSON); in GetResImageUrl()
841 if (EndWith(file, FILE_TYPE_JSON)) { in GetI18nData()
842 std::string filename = file.substr(0, file.size() - (sizeof(FILE_TYPE_JSON) - 1)); in GetI18nData()
851 auto filePath = std::string(I18N_FOLDER) + fileName + std::string(FILE_TYPE_JSON); in GetI18nData()
1145 …th = std::string(RESOURCES_FOLDER) + "res-" + GetDeviceDpi(density_) + std::string(FILE_TYPE_JSON); in LoadImageInfo()
1147 path = std::string(RESOURCES_FOLDER) + "res-" + "dark-defaults" + std::string(FILE_TYPE_JSON); in LoadImageInfo()
1149 …string(RESOURCES_FOLDER) + "res-" + "dark-" + GetDeviceDpi(density_) + std::string(FILE_TYPE_JSON); in LoadImageInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp33 const char FILE_TYPE_JSON[] = ".json"; variable
483 if (StringUtils::EndWith(file, FILE_TYPE_JSON)) { in LoadCustomStyle()
484 fileNameList.emplace_back(file.substr(0, file.size() - (sizeof(FILE_TYPE_JSON) - 1))); in LoadCustomStyle()
491 auto fileFullPath = STYLES_FOLDER_PATH + *fileIter + std::string(FILE_TYPE_JSON); in LoadCustomStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp51 const char FILE_TYPE_JSON[] = ".json"; variable
181 if (EndWith(file, FILE_TYPE_JSON) && !StartWith(file, STYLES_FOLDER)) { in GetConfigurationCommon()
182 fileNameList.emplace_back(file.substr(0, file.size() - (sizeof(FILE_TYPE_JSON) - 1))); in GetConfigurationCommon()
195 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp38 const char FILE_TYPE_JSON[] = ".json"; variable
192 if (EndWith(file, FILE_TYPE_JSON) && !StartWith(file, STYLES_FOLDER)) { in GetConfigurationCommon()
193 std::string tmp = file.substr(0, file.size() - (sizeof(FILE_TYPE_JSON) - 1)); in GetConfigurationCommon()
209 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp73 const char FILE_TYPE_JSON[] = ".json"; variable
259 if (EndWith(file, FILE_TYPE_JSON) && !StartWith(file, STYLES_FOLDER)) { in GetConfigurationCommon()
260 fileNameList.emplace_back(file.substr(0, file.size() - (sizeof(FILE_TYPE_JSON) - 1))); in GetConfigurationCommon()
273 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon()