• Home
  • Raw
  • Download

Lines Matching defs:device

98 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */,  in GetVariant()
118 bool GetBatteryVoltageHelper(FastbootDevice* device, int32_t* battery_voltage) { in GetBatteryVoltageHelper()
133 bool GetBatterySoCHelper(FastbootDevice* device, int32_t* battery_soc) { in GetBatterySoCHelper()
148 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk()
174 bool GetOffModeChargeState(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetOffModeChargeState()
192 bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatteryVoltage()
203 bool GetBatterySoC(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoC()
214 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetCurrentSlot()
221 bool GetSlotCount(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSlotCount()
232 bool GetSlotSuccessful(FastbootDevice* device, const std::vector<std::string>& args, in GetSlotSuccessful()
256 bool GetSlotUnbootable(FastbootDevice* device, const std::vector<std::string>& args, in GetSlotUnbootable()
292 bool GetHasSlot(FastbootDevice* device, const std::vector<std::string>& args, in GetHasSlot()
312 bool GetPartitionSize(FastbootDevice* device, const std::vector<std::string>& args, in GetPartitionSize()
336 bool GetPartitionType(FastbootDevice* device, const std::vector<std::string>& args, in GetPartitionType()
380 bool GetPartitionIsLogical(FastbootDevice* device, const std::vector<std::string>& args, in GetPartitionIsLogical()
414 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device) { in GetAllPartitionArgsWithSlot()
423 std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device) { in GetAllPartitionArgsNoSlot()
454 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSuperPartitionName()
461 bool GetSnapshotUpdateStatus(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSnapshotUpdateStatus()
541 bool GetDmesg(FastbootDevice* device) { in GetDmesg()
574 bool GetBatterySerialNumber(FastbootDevice* device, const std::vector<std::string>&, in GetBatterySerialNumber()
607 bool GetBatteryPartStatus(FastbootDevice* device, const std::vector<std::string>&, in GetBatteryPartStatus()