Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/include/
H A Dmock_plugin_mgr.h37 const int32_t DISPATCH_WARNING_TIME = 1; // ms variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp44 const int32_t DISPATCH_WARNING_TIME = 10; // ms variable
724 } else if (costTime > DISPATCH_WARNING_TIME) { in DispatchResourceToPluginSync()
726 __func__, pluginLib.c_str(), costTime, DISPATCH_WARNING_TIME); in DispatchResourceToPluginSync()
830 if (costTime > DISPATCH_WARNING_TIME) { in ~InnerTimeUtil()
832 functionName_.c_str(), pluginName_.c_str(), costTime, DISPATCH_WARNING_TIME); in ~InnerTimeUtil()