Home
last modified time | relevance | path

Searched refs:netMonitor_ (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp515 if (needReport || netMonitor_) { in StartNetDetection()
520 if (!netMonitor_) { in StartNetDetection()
521 NETMGR_LOG_I("netMonitor_ is null."); in StartNetDetection()
542 if (netMonitor_ == nullptr) { in NetDetectionForDnsHealth()
543 NETMGR_LOG_E("netMonitor_ is nullptr"); in NetDetectionForDnsHealth()
561 netMonitor_->Start(); in NetDetectionForDnsHealth()
570 if (netMonitor_ != nullptr) { in StopNetDetection()
571 netMonitor_->Stop(); in StopNetDetection()
572 netMonitor_ = nullptr; in StopNetDetection()
580 netMonitor_ in InitNetMonitor()
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h103 std::shared_ptr<NetMonitor> netMonitor_ = nullptr; member in OHOS::NetManagerStandard::Network
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnetwork_test.cpp205 instance_->netMonitor_ = nullptr; in HWTEST_F()

Completed in 3 milliseconds