Home
last modified time | relevance | path

Searched refs:formLastRecoverTimes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp824 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()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h572 std::unordered_map<int64_t, int64_t> formLastRecoverTimes; variable