Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp651 int32_t crash_time = (int32_t)((endTime - timeOutTime.front()) / std::chrono::milliseconds(1)); in RepairPlugin() local
654 pluginLib.c_str(), (int32_t)timeOutTime.size(), crash_time); in RepairPlugin()
656 if (crash_time < DISABLE_PLUGIN_TIME) { in RepairPlugin()