Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp650 auto& timeOutTime = pluginStat_[pluginLib].timeOutTime; in RepairPlugin() local
651 int32_t crash_time = (int32_t)((endTime - timeOutTime.front()) / std::chrono::milliseconds(1)); in RepairPlugin()
652 timeOutTime.emplace_back(endTime); in RepairPlugin()
654 pluginLib.c_str(), (int32_t)timeOutTime.size(), crash_time); in RepairPlugin()
655 if ((int32_t)timeOutTime.size() >= MAX_PLUGIN_TIMEOUT_TIMES) { in RepairPlugin()
664 timeOutTime.clear(); in RepairPlugin()
671 timeOutTime.pop_front(); in RepairPlugin()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h60 std::list<TimePoint> timeOutTime; member