Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp696 OnDispatchResourceFunc pluginDispatchFunc = libInfo.onDispatchResourceFunc_; in DispatchResourceToPluginSync() local
697 if (!pluginDispatchFunc) { in DispatchResourceToPluginSync()
704pluginDispatchFunc(std::make_shared<ResData>(resData->resType, resData->value, resData->payload)); in DispatchResourceToPluginSync()
746 OnDispatchResourceFunc pluginDispatchFunc = libInfo.onDispatchResourceFunc_; in DispatchResourceToPluginAsync() local
747 if (!pluginDispatchFunc) { in DispatchResourceToPluginAsync()
753 [pluginLib, resData, pluginDispatchFunc] { in DispatchResourceToPluginAsync()
755pluginDispatchFunc(std::make_shared<ResData>(resData->resType, resData->value, resData->payload)); in DispatchResourceToPluginAsync()