Home
last modified time | relevance | path

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

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/include/
H A Dmock_plugin_mgr.h38 const int32_t DISPATCH_TIME_OUT = 10; // ms member in OHOS::ResourceSchedule::MockPluginMgr
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h53 constexpr int32_t DISPATCH_TIME_OUT = 50; // ms
54 constexpr int32_t DISPATCH_TIME_OUT_US = DISPATCH_TIME_OUT * 1000; // us
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp730 if (costTime > DISPATCH_TIME_OUT) { in DispatchResourceToPluginSync()
733 __func__, pluginLib.c_str(), costTime, DISPATCH_TIME_OUT); in DispatchResourceToPluginSync()

Completed in 3 milliseconds