| 140 | } |
| 141 | |
| 142 | virtual int requestCpuHighFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) { |
| 143 | UNUSED(scene); |
| 144 | UNUSED(action); |
| 145 | UNUSED(level); |
| 146 | UNUSED(timeoutms); |
| 147 | UNUSED(callertid); |
| 148 | UNUSED(timestamp); |
| 149 | return ERR_FUNCTION_NOT_SUPPORT; |
| 150 | } |
| 151 | |
| 152 | virtual int cancelCpuHighFreq(int callertid, int64_t timestamp) { |
| 153 | UNUSED(callertid); |