Home
last modified time | relevance | path

Searched defs:netMonitor (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
Dnet_conn_hievent_test.cpp247 sptr<NetMonitor> netMonitor = new (std::nothrow) NetMonitor(netId, callback); variable
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_monitor.cpp67 static void NetDetectThread(const std::shared_ptr<NetMonitor> &netMonitor) in NetDetectThread()
91 std::shared_ptr<NetMonitor> netMonitor = shared_from_this(); in Start() local