Home
last modified time | relevance | path

Searched refs:netQuality_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp75 netQuality_ = QUALITY_NORMAL_STATE; in ResetNetSupplier()
425 netQuality_ = QUALITY_POOR_STATE; in SetNetValid()
427 netQuality_ = QUALITY_GOOD_STATE; in SetNetValid()
429 netQuality_ = ACCEPT_UNVALIDATED; in SetNetValid()
557 return netQuality_ == QUALITY_POOR_STATE; in IsNetQualityPoor()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_supplier.h164 NetDetectionStatus netQuality_ = QUALITY_NORMAL_STATE; variable