Searched refs:hal_health_loop_sp (Results 1 – 1 of 1) sorted by relevance
27 auto hal_health_loop_sp = hal_health_loop_.lock(); in ChargerIsOnline() local28 if (hal_health_loop_sp == nullptr) { in ChargerIsOnline()32 return hal_health_loop_sp->charger_online(); in ChargerIsOnline()36 auto hal_health_loop_sp = hal_health_loop_.lock(); in ChargerInitConfig() local37 if (hal_health_loop_sp == nullptr) { in ChargerInitConfig()40 return service_->OnInit(hal_health_loop_sp.get(), config); in ChargerInitConfig()44 auto hal_health_loop_sp = hal_health_loop_.lock(); in ChargerRegisterEvent() local45 if (hal_health_loop_sp == nullptr) { in ChargerRegisterEvent()48 return hal_health_loop_sp->RegisterEvent(fd, func, wakeup); in ChargerRegisterEvent()