Searched refs:hotApply (Results 1 – 3 of 3) sorted by relevance
69 info.hotApply = reply.ReadInt32(); in ReadModulePackageInfo()82 data.WriteInt32(info.hotApply); in WriteModulePackageInfo()
126 std::optional<string> hotApply = package["hotApply"].As<string>(); in ParseHmpVersionInfo() local127 if (!hotApply.has_value()) { in ParseHmpVersionInfo()133 versionInfo.hotApply = Utils::String2Int<int>(hotApply.value(), Utils::N_DEC); in ParseHmpVersionInfo()
82 int hotApply {0};