Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_supplier.h110 bool IsNetValidated() const;
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp502 bool NetSupplier::IsNetValidated() const in IsNetValidated() function in OHOS::NetManagerStandard::NetSupplier
543 if (!IsNetValidated()) { in GetRealScore()
H A Dnet_conn_service.cpp1240 if ((defaultNetSupplier_ == nullptr) || (defaultNetSupplier_->IsNetValidated())) { in RequestAllNetworkExceptDefault()
1241 NETMGR_LOG_E("defaultNetSupplier_ is null or IsNetValidated"); in RequestAllNetworkExceptDefault()
1845 message.append("\tIsAvailable: " + std::to_string(defaultNetSupplier_->IsNetValidated()) + "\n"); in GetDumpMessage()

Completed in 6 milliseconds