• Home
  • Raw
  • Download

Lines Matching refs:std

24 bool GetVersion(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
25 bool GetBootloaderVersion(FastbootDevice* device, const std::vector<std::string>& args,
26 std::string* message);
27 bool GetBasebandVersion(FastbootDevice* device, const std::vector<std::string>& args,
28 std::string* message);
29 bool GetProduct(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
30 bool GetSerial(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
31 bool GetSecure(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
32 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& args,
33 std::string* message);
34 bool GetSlotCount(FastbootDevice* device, const std::vector<std::string>& args,
35 std::string* message);
36 bool GetSlotSuccessful(FastbootDevice* device, const std::vector<std::string>& args,
37 std::string* message);
38 bool GetSlotUnbootable(FastbootDevice* device, const std::vector<std::string>& args,
39 std::string* message);
40 bool GetMaxDownloadSize(FastbootDevice* device, const std::vector<std::string>& args,
41 std::string* message);
42 bool GetUnlocked(FastbootDevice* device, const std::vector<std::string>& args,
43 std::string* message);
44 bool GetHasSlot(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
45 bool GetPartitionSize(FastbootDevice* device, const std::vector<std::string>& args,
46 std::string* message);
47 bool GetPartitionType(FastbootDevice* device, const std::vector<std::string>& args,
48 std::string* message);
49 bool GetPartitionIsLogical(FastbootDevice* device, const std::vector<std::string>& args,
50 std::string* message);
51 bool GetIsUserspace(FastbootDevice* device, const std::vector<std::string>& args,
52 std::string* message);
53 bool GetHardwareRevision(FastbootDevice* device, const std::vector<std::string>& args,
54 std::string* message);
55 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
56 bool GetOffModeChargeState(FastbootDevice* device, const std::vector<std::string>& args,
57 std::string* message);
58 bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& args,
59 std::string* message);
60 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& args,
61 std::string* message);
62 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& args,
63 std::string* message);
66 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);
67 std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device);