| 158 | } |
| 159 | |
| 160 | void ServiceMsgServer::ProcessRestartRender(const std::string& work_dir, const std::string& app_path, const std::vector<std::string>& args) { |
| 161 | render_manager_->ReStartDesktopRender(work_dir, app_path, args); |
| 162 | } |
| 163 | |
| 164 | void ServiceMsgServer::ProcessHeartBeat(int64_t index) { |
| 165 | auto is_render_alive = render_manager_->IsDesktopRenderAlive(); |
nothing calls this directly
no test coverage detected