Home
last modified time | relevance | path

Searched refs: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.cpp74 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 …]
H A Ddevice_status_collect_manager_test.cpp207 sptr<ICollectPlugin> networkingCollect = new DeviceNetworkingCollect(nullptr); variable
210 collect->collectPluginMap_[DEVICE_ONLINE] = networkingCollect;
/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
48 collectPluginMap_[DEVICE_ONLINE] = networkingCollect; in Init()