Searched refs:healthd_config (Results 1 – 9 of 9) sorted by relevance
56 struct healthd_config { struct92 void (*init)(struct healthd_config *config); argument102 void healthd_mode_charger_init(struct healthd_config *config);117 void healthd_board_init(struct healthd_config *config);
56 void init(struct healthd_config *hc);70 const struct healthd_config& healthd_config);73 struct healthd_config *mHealthdConfig;
110 void Init(struct healthd_config* config) override { Charger::Init(config); } in Init()154 struct healthd_config healthd_config; in ExpectChargerResAt() local155 InitHealthdConfig(&healthd_config); in ExpectChargerResAt()156 charger->Init(&healthd_config); in ExpectChargerResAt()
20 void healthd_board_init(struct healthd_config*) { in healthd_board_init() argument
37 auto config = std::make_unique<healthd_config>(); in GetHealthServiceOrDefault()
119 void healthd_board_init(struct healthd_config* config) { in healthd_board_init()150 auto config = std::make_unique<healthd_config>(); in main()
356 const struct healthd_config& healthd_config) { in logValues() argument367 if (!healthd_config.batteryCurrentNowPath.isEmpty()) { in logValues()372 if (!healthd_config.batteryFullChargePath.isEmpty()) { in logValues()377 if (!healthd_config.batteryCycleCountPath.isEmpty()) { in logValues()527 void BatteryMonitor::init(struct healthd_config *hc) { in init()
52 void Init(struct healthd_config* config) override;
678 void Charger::Init(struct healthd_config* config) { in Init()