Home
last modified time | relevance | path

Searched refs:pluginBlockTime (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp90 auto callback = [pluginName = LIB_NAME, time = PluginMgr::GetInstance().pluginBlockTime]() { in LoadTestPlugin()
97 ffrt::queue_attr().timeout(PluginMgr::GetInstance().pluginBlockTime).callback(callback))); in LoadTestPlugin()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h260 int64_t pluginBlockTime = 10 * 60 * 1000 * 1000; member in OHOS::ResourceSchedule::PluginMgr
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp153 auto callback = [pluginName = libPath, time = pluginBlockTime]() { in ParsePluginSwitch()
795 }, {}, {}, ffrt::task_attr().delay(pluginBlockTime)); in EnablePluginIfResume()
868 pluginBlockTime = time; in SetBlockedTime()

Completed in 4 milliseconds