| 865 | } |
| 866 | |
| 867 | bool RdApplication::TryInitDdaCapture() { |
| 868 | if (!dda_capture_plugin_) { |
| 869 | return false; |
| 870 | } |
| 871 | return dda_capture_plugin_->TryInitSpecificCapture(); |
| 872 | } |
| 873 | |
| 874 | void RdApplication::PostPanelMessage(std::shared_ptr<Data> msg) { |
| 875 | if (ws_panel_client_ && msg) { |
no test coverage detected