| 164 | } |
| 165 | |
| 166 | virtual int cancelGpuHighFreq(int callertid, int64_t timestamp) { |
| 167 | UNUSED(callertid); |
| 168 | UNUSED(timestamp); |
| 169 | return ERR_FUNCTION_NOT_SUPPORT; |
| 170 | } |
| 171 | |
| 172 | virtual int requestCpuCoreForThread(int scene, int64_t action, std::vector<int>bindtids, int timeoutms, int callertid, int64_t timestamp) { |
| 173 | UNUSED(scene); |
no outgoing calls
no test coverage detected