Searched refs:formLastRecoverTimes (Results 1 – 2 of 2) sorted by relevance
824 if (formLastRecoverTimes.find(formId) != formLastRecoverTimes.end()) { in PostRenderForm()825 lastRecoverTime = formLastRecoverTimes[formId]; in PostRenderForm()826 formLastRecoverTimes.erase(formId); in PostRenderForm()884 formLastRecoverTimes.erase(formRecord.formId); in PostStopRenderingForm()926 formLastRecoverTimes.erase(formId); in PostReleaseRenderer()1177 formLastRecoverTimes.erase(formId); in PostRecycleForms()1241 formLastRecoverTimes[record.formId] = FormUtil::GetCurrentMillisecond(); in PostRecoverForm()
572 std::unordered_map<int64_t, int64_t> formLastRecoverTimes; variable