| 1148 | } |
| 1149 | |
| 1150 | void ScheduleCallbackTest::callback(float dt) |
| 1151 | { |
| 1152 | AXLOGD("In the callback of schedule(AX_CALLBACK_1(XXX::member_function), this), this, ...), dt = {}", dt); |
| 1153 | } |
| 1154 | |
| 1155 | // ScheduleUpdatePriority |
| 1156 |
nothing calls this directly
no test coverage detected