| 180 | } |
| 181 | |
| 182 | virtual int cancelCpuCoreForThread(std::vector<int>bindtids, int callertid, int64_t timestamp) { |
| 183 | UNUSED(bindtids); |
| 184 | UNUSED(callertid); |
| 185 | UNUSED(timestamp); |
| 186 | return ERR_FUNCTION_NOT_SUPPORT; |
| 187 | } |
| 188 | |
| 189 | virtual int requestHighIOFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) { |
| 190 | UNUSED(scene); |