| 154 | } |
| 155 | |
| 156 | void ServiceMsgServer::ProcessStopRender() { |
| 157 | render_manager_->StopDesktopRender(); |
| 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); |
nothing calls this directly
no test coverage detected