HomeSort by relevance Sort by last modified time
    Searched refs:kResultCongestedTxQueue (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.cc 175 if (result == ConnectionHealthChecker::kResultCongestedTxQueue) {
180 (result == ConnectionHealthChecker::kResultCongestedTxQueue) ?
active_passive_out_of_credits_detector_unittest.cc 325 ConnectionHealthChecker::kResultCongestedTxQueue);
  /system/connectivity/shill/
connection_health_checker.h 63 kResultCongestedTxQueue,
connection_health_checker.cc 230 case kResultCongestedTxQueue:
271 health_check_result_ = kResultCongestedTxQueue;
connection_health_checker_unittest.cc 585 ResultCallbackTarget(ConnectionHealthChecker::kResultCongestedTxQueue));
688 ResultCallbackTarget(ConnectionHealthChecker::kResultCongestedTxQueue));
731 ConnectionHealthChecker::kResultCongestedTxQueue))

Completed in 1393 milliseconds