Searched refs:networkingCollect (Results 1 – 3 of 3) sorted by relevance
74 networkingCollect->OnStart();76 networkingCollect->OnStart(); in __anon9a5d7fab0202()92 networkingCollect->IsOnline();97 networkingCollect->IsOnline();136 networkingCollect->OnStop();170 networkingCollect->OnStop();355 networkingCollect->stateCallback_ = std::make_shared<DeviceStateCallback>(networkingCollect);467 networkingCollect->OnStart();468 networkingCollect->SetFfrt();470 networkingCollect->OnStop();[all …]
207 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(nullptr); variable210 collect->collectPluginMap_[DEVICE_ONLINE] = networkingCollect;
47 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(this); in Init() local48 collectPluginMap_[DEVICE_ONLINE] = networkingCollect; in Init()