MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / requestHighIOFreq

Method requestHighIOFreq

libapp2sys/src/main/cpp/server.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected