Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_ipc_helper.cpp69 info.hotApply = reply.ReadInt32(); in ReadModulePackageInfo()
82 data.WriteInt32(info.hotApply); in WriteModulePackageInfo()
H A Dmodule_file.cpp126 std::optional<string> hotApply = package["hotApply"].As<string>(); in ParseHmpVersionInfo() local
127 if (!hotApply.has_value()) { in ParseHmpVersionInfo()
133 versionInfo.hotApply = Utils::String2Int<int>(hotApply.value(), Utils::N_DEC); in ParseHmpVersionInfo()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h82 int hotApply {0};