Home
last modified time | relevance | path

Searched refs:ParseJson (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/services/ui/language/
H A Dlanguage_ui.h51 bool ParseJson(const std::string &file);
H A Dlanguage_ui.cpp85 if (!ParseJson(file)) { in Parse()
93 bool LanguageUI::ParseJson(const std::string &file) in ParseJson() function in Updater::Lang::LanguageUI
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h168 void ParseJson(const std::string &bundleName, const std::string &moduleName, const std::string &jsonPath);
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp142 void ThemeResource::ParseJson(const std::string &bundleName, const std::string &moduleName, in ParseJson() function in OHOS::Global::Resource::ThemeResource
148 RESMGR_HILOGE(RESMGR_TAG, "fopen failed in ParseJson"); in ParseJson()
156 RESMGR_HILOGE(RESMGR_TAG, "failed malloc in ParseJson"); in ParseJson()
293 themeRes->ParseJson(std::get<FIRST_ELEMENT>(bundleInfo), std::get<SECOND_ELEMENT>(bundleInfo), path); in LoadThemeResource()

Completed in 3 milliseconds