Searched refs:on_subsystem_restart (Results 1 – 3 of 3) sorted by relevance
1534 if (*mHandler.on_subsystem_restart) { in handleEvent()1535 (*mHandler.on_subsystem_restart)(mBuff); in handleEvent()1537 mHandler.on_subsystem_restart); in handleEvent()2200 if (info->restart_handler.on_subsystem_restart) { in wifi_trigger_subsystem_restart()2202 info->restart_handler.on_subsystem_restart); in wifi_trigger_subsystem_restart()2203 (info->restart_handler.on_subsystem_restart)(error_str); in wifi_trigger_subsystem_restart()
1466 if (*mHandler.on_subsystem_restart) { in handleEvent()1467 (*mHandler.on_subsystem_restart)(mBuff); in handleEvent()1469 mHandler.on_subsystem_restart); in handleEvent()2108 if (info->restart_handler.on_subsystem_restart) { in wifi_trigger_subsystem_restart()2110 info->restart_handler.on_subsystem_restart); in wifi_trigger_subsystem_restart()2111 (info->restart_handler.on_subsystem_restart)(error_str); in wifi_trigger_subsystem_restart()
615 void (*on_subsystem_restart)(const char* error); member