| 83 | } |
| 84 | |
| 85 | void kill(TIMER_ID timerId, bool bNative) |
| 86 | { |
| 87 | std::string key = fmt::format("STMR#{}", fmt::ptr(timerId)); |
| 88 | Director::getInstance()->getScheduler()->unschedule(key, STIMER_TARGET(bNative)); |
| 89 | } |
| 90 | |
| 91 | void killAll(bool bNative) |
| 92 | { |
no test coverage detected