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

  /system/connectivity/shill/cellular/
cellular_error_mm1.cc 78 type = Error::kWrongState;
cellular_error_unittest.cc 173 EXPECT_EQ(Error::kWrongState, shill_error.type());
cellular_capability_universal.cc 259 // If the enable operation failed with Error::kWrongState, the modem is not
265 // Error::kWrongState. The enable operation is deferred until the modem goes
271 if (!deferrable || error.type() != Error::kWrongState) {
    [all...]
cellular_capability_universal_unittest.cc 196 callback.Run(Error(Error::kWrongState));
    [all...]
cellular_unittest.cc 218 callback.Run(Error(Error::kWrongState));
    [all...]
  /system/connectivity/shill/
error.h 66 kWrongState,
error_unittest.cc 149 EXPECT_EQ(kErrorResultWrongState, Error::GetDBusResult(Error::kWrongState));
155 ASSERT_EQ(Error::kWrongState, Error::kNumErrors - 1);
  /system/connectivity/shill/dbus/
chromeos_third_party_vpn_dbus_adaptor.cc 134 e.Populate(Error::kWrongState, error_message);

Completed in 120 milliseconds