MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / on_app_started

Method on_app_started

source/MaaAdbControlUnit/Manager/AdbControlUnitMgr.cpp:341–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void AdbControlUnitMgr::on_app_started(const std::string& intent)
342{
343 LogFunc;
344
345 dispatch([&](const std::shared_ptr<ControlUnitSink>& sink) {
346 if (!sink) {
347 return;
348 }
349 sink->on_app_started(intent);
350 });
351}
352
353void AdbControlUnitMgr::on_app_stopped(const std::string& intent)
354{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected