Home
last modified time | relevance | path

Searched refs:DUPDATE_ENGINE_CONFIG_PATH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/adapter/src/
H A Dconfig_parse.cpp51 readFile.open(Constant::DUPDATE_ENGINE_CONFIG_PATH); in LoadConfigInfo()
/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dschedule_config.cpp31 …nlohmann::json::parse(FileUtils::ReadDataFromFile(Constant::DUPDATE_ENGINE_CONFIG_PATH), nullptr, … in InitConfig()
/ohos5.0/base/update/updateservice/services/core/ability/common/include/
H A Dconstant.h34 static const std::string DUPDATE_ENGINE_CONFIG_PATH = "/system/etc/update/dupdate_config.json"; variable