| 279 | } |
| 280 | |
| 281 | void LoaderService::stopTop() { |
| 282 | const auto& id = getCurrentAppContext()->getManifest().appId; |
| 283 | stopTop(id); |
| 284 | } |
| 285 | |
| 286 | void LoaderService::stopTop(const std::string& id) { |
| 287 | LOGGER.info("dispatching stopTop({})", id); |
no test coverage detected