Searched refs:on_subsystem_restart (Results 1 – 3 of 3) sorted by relevance
1475 if (*mHandler.on_subsystem_restart) { in handleEvent()1476 (*mHandler.on_subsystem_restart)(mBuff); in handleEvent()1478 mHandler.on_subsystem_restart); in handleEvent()2122 if (info->restart_handler.on_subsystem_restart) { in wifi_trigger_subsystem_restart()2124 info->restart_handler.on_subsystem_restart); in wifi_trigger_subsystem_restart()2125 (info->restart_handler.on_subsystem_restart)(error_str); in wifi_trigger_subsystem_restart()
1533 if (*mHandler.on_subsystem_restart) { in handleEvent()1534 (*mHandler.on_subsystem_restart)(mBuff); in handleEvent()1536 mHandler.on_subsystem_restart); in handleEvent()2199 if (info->restart_handler.on_subsystem_restart) { in wifi_trigger_subsystem_restart()2201 info->restart_handler.on_subsystem_restart); in wifi_trigger_subsystem_restart()2202 (info->restart_handler.on_subsystem_restart)(error_str); in wifi_trigger_subsystem_restart()
622 void (*on_subsystem_restart)(const char* error); member