Home
last modified time | relevance | path

Searched refs:DeviceNetworkingCollect (Results 1 – 5 of 5) 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);
117 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
149 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
183 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
222 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
259 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
297 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
335 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
352 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
372 sptr<DeviceNetworkingCollect> networkingCollect = new DeviceNetworkingCollect(collect);
[all …]
H A Ddevice_status_collect_manager_test.cpp207 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(nullptr);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_networking_collect.cpp35 DeviceNetworkingCollect::DeviceNetworkingCollect(const sptr<IReport>& report) in DeviceNetworkingCollect() function in OHOS::DeviceNetworkingCollect
40 void DeviceNetworkingCollect::CleanFfrt() in CleanFfrt()
47 void DeviceNetworkingCollect::SetFfrt() in SetFfrt()
54 int32_t DeviceNetworkingCollect::OnStart() in OnStart()
64 int32_t DeviceNetworkingCollect::OnStop() in OnStop()
76 bool DeviceNetworkingCollect::IsDmReady() in IsDmReady()
90 bool DeviceNetworkingCollect::ReportMissedEvents() in ReportMissedEvents()
126 bool DeviceNetworkingCollect::AddDeviceChangeListener() in AddDeviceChangeListener()
151 void DeviceNetworkingCollect::UpdateDeviceOnlineSet(const std::string& deviceId) in UpdateDeviceOnlineSet()
158 void DeviceNetworkingCollect::ClearDeviceOnlineSet() in ClearDeviceOnlineSet()
[all …]
H A Ddevice_status_collect_manager.cpp47 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(this); in Init()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_networking_collect.h54 class DeviceNetworkingCollect : public ICollectPlugin {
56 explicit DeviceNetworkingCollect(const sptr<IReport>& report);
57 ~DeviceNetworkingCollect() = default;
79 WorkHandler(const sptr<DeviceNetworkingCollect>& collect) : collect_(collect) in WorkHandler()
91 sptr<DeviceNetworkingCollect> collect_;