Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp60 sptr<ICollectPlugin> timedCollect = new DeviceTimedCollect(this); in Init() local
61 timedCollect->Init(onDemandSaProfiles_); in Init()
62 collectPluginMap_[TIMED_EVENT] = timedCollect; in Init()