Lines Matching defs:network
70 * Reset all attributes that may change in the supplier, such as detection progress and network quality.
74 // Reset network quality.
76 // Reset network detection progress.
80 // Reset network capabilities for checking connectivity finished flag.
82 // Reset network verification status to validated.
179 void NetSupplier::SetNetwork(const std::shared_ptr<Network> &network)
181 network_ = network;
343 NETMGR_LOG_I("Request[%{public}d] select [%{public}d, %{public}s] as best network", netrequest.requestId,
372 NETMGR_LOG_D("High priority network, no need to disconnect");
508 * This method returns the score of the current network supplier.
510 * It is used to prioritize network suppliers so that higher priority producers can activate when lower
513 * @return the score of the current network supplier.
521 * This method returns the real score of current network supplier.
527 * @return the real score of current network supplier.
532 // 1.If the user chooses to use this network, return MAX_SCORE
537 // 2. If network detection is not complete in the first time, subtract NET_VALID_SCORE.
542 // 3. If network is not validated, subtract NET_VALID_SCORE.
547 // 4. Deduct DIFF_SCORE_BETWEEN_GOOD_POOR for poor network quality (reported by the supplier).