Loading health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class HalHealthLoop : public HealthLoop { void set_charger_online(const HealthInfo& health_info); private: const std::string& instance_name_; std::string instance_name_; sp<IHealth> service_; bool charger_online_ = false; }; Loading Loading
health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class HalHealthLoop : public HealthLoop { void set_charger_online(const HealthInfo& health_info); private: const std::string& instance_name_; std::string instance_name_; sp<IHealth> service_; bool charger_online_ = false; }; Loading