| 57 | } |
| 58 | |
| 59 | int requestHighIOFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) { |
| 60 | pdbg("ManufacturerCoder requestHighIOFreq scene:%d, action:%d, level:%d, timeoutms:%d, callertid:%d timestamp:%d", scene, TOINT(action), level, timeoutms, callertid, TOINT(timestamp/1000000L)); |
| 61 | return ERR_FUNCTION_NOT_SUPPORT; |
| 62 | } |
| 63 | |
| 64 | int cancelHighIOFreq(int callertid, int64_t timestamp) { |
| 65 | pdbg("ManufacturerCoder cancelHighIOFreq callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L)); |
nothing calls this directly
no outgoing calls
no test coverage detected