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

Method requestCpuHighFreq

libapp2sys/src/main/cpp/server.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 int requestCpuHighFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) {
32 pdbg("ManufacturerCoder requestCpuHighFreq scene:%d action:%d level:%d timeoutms:%d callertid:%d timestamp:%d", scene, TOINT(action), level, timeoutms, callertid, TOINT(timestamp/1000000L));
33 return RET_OK;
34 }
35
36 int cancelCpuHighFreq(int callertid, int64_t timestamp) {
37 pdbg("ManufacturerCoder cancelCpuHighFreq callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected