| 426 | } |
| 427 | |
| 428 | MaaSinkId RemoteController::add_sink(MaaEventCallback callback, void* trans_arg) |
| 429 | { |
| 430 | LogError << "Can NOT add sink for remote instance, use AgentServer.add_controller_sink instead" << VAR_VOIDP(callback) |
| 431 | << VAR_VOIDP(trans_arg); |
| 432 | return MaaInvalidId; |
| 433 | } |
| 434 | |
| 435 | void RemoteController::remove_sink(MaaSinkId sink_id) |
| 436 | { |
nothing calls this directly
no outgoing calls
no test coverage detected