Searched refs:DeviceNetworkingCollect (Results 1 – 5 of 5) sorted by relevance
73 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 …]
207 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(nullptr);
35 DeviceNetworkingCollect::DeviceNetworkingCollect(const sptr<IReport>& report) in DeviceNetworkingCollect() function in OHOS::DeviceNetworkingCollect40 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 …]
47 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(this); in Init()
54 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_;