Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp202 DumpAllPluginConfig(result); in DumpExt()
366 void ResSchedService::DumpAllPluginConfig(std::string &result) in DumpAllPluginConfig() function in OHOS::ResourceSchedule::ResSchedService
369 PluginMgr::GetInstance().DumpAllPluginConfig(result); in DumpAllPluginConfig()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service.h63 void DumpAllPluginConfig(std::string &result);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h163 void DumpAllPluginConfig(std::string &result);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_service_mock_test.cpp368 resSchedService_->DumpAllPluginConfig(result);
H A Dplugin_mgr_test.cpp317 pluginMgr_->DumpAllPluginConfig(res);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp559 void PluginMgr::DumpAllPluginConfig(std::string &result) in DumpAllPluginConfig() function in OHOS::ResourceSchedule::PluginMgr