Home
last modified time | relevance | path

Searched refs:healthd_config (Results 1 – 9 of 9) sorted by relevance

/system/core/healthd/include/healthd/
Dhealthd.h56 struct healthd_config { struct
92 void (*init)(struct healthd_config *config); argument
102 void healthd_mode_charger_init(struct healthd_config *config);
117 void healthd_board_init(struct healthd_config *config);
DBatteryMonitor.h56 void init(struct healthd_config *hc);
70 const struct healthd_config& healthd_config);
73 struct healthd_config *mHealthdConfig;
/system/core/healthd/
Dhealthd_mode_charger_test.cpp110 void Init(struct healthd_config* config) override { Charger::Init(config); } in Init()
154 struct healthd_config healthd_config; in ExpectChargerResAt() local
155 InitHealthdConfig(&healthd_config); in ExpectChargerResAt()
156 charger->Init(&healthd_config); in ExpectChargerResAt()
DHealthServiceDefault.cpp20 void healthd_board_init(struct healthd_config*) { in healthd_board_init() argument
Dcharger_utils.cpp37 auto config = std::make_unique<healthd_config>(); in GetHealthServiceOrDefault()
Dcharger_test.cpp119 void healthd_board_init(struct healthd_config* config) { in healthd_board_init()
150 auto config = std::make_unique<healthd_config>(); in main()
DBatteryMonitor.cpp356 const struct healthd_config& healthd_config) { in logValues() argument
367 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()
Dhealthd_mode_charger.h52 void Init(struct healthd_config* config) override;
Dhealthd_mode_charger.cpp678 void Charger::Init(struct healthd_config* config) { in Init()