| 197 | } |
| 198 | |
| 199 | virtual int cancelHighIOFreq(int callertid, int64_t timestamp) { |
| 200 | UNUSED(callertid); |
| 201 | UNUSED(timestamp); |
| 202 | return ERR_FUNCTION_NOT_SUPPORT; |
| 203 | } |
| 204 | |
| 205 | virtual int requestScreenResolution(int level, std::string uiName, int callertid, int64_t timestamp) { |
| 206 | UNUSED(level); |
no outgoing calls
no test coverage detected