Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h152 void UnSubscribeSyncResource(const std::string& pluginLib, uint32_t resType);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp655 PluginMgr::GetInstance().UnSubscribeSyncResource(pluginLib, resType);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp535 void PluginMgr::UnSubscribeSyncResource(const std::string& pluginLib, uint32_t resType) in UnSubscribeSyncResource() function in OHOS::ResourceSchedule::PluginMgr