Home
last modified time | relevance | path

Searched defs:networkingCollect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_networking_collect_test.cpp73 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(nullptr); variable
117 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
149 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
183 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
222 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
259 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
297 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
335 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
352 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
372 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect); variable
[all …]
H A Ddevice_status_collect_manager_test.cpp207 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(nullptr); variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp47 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(this); in Init() local