| 239 | } |
| 240 | |
| 241 | virtual int terminateApp(int callertid, int64_t timestamp) { |
| 242 | UNUSED(callertid); |
| 243 | UNUSED(timestamp); |
| 244 | return ERR_FUNCTION_NOT_SUPPORT; |
| 245 | } |
| 246 | |
| 247 | virtual int requestUnifyCpuIOThreadCoreGpu(int scene, int64_t action, int cpulevel, int iolevel, std::vector<int>bindtids, int gpulevel, int timeoutms, int callertid, int64_t timestamp) { |
| 248 | UNUSED(scene); |
no outgoing calls
no test coverage detected