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

Method requestCpuHighFreq

libapp2sys/src/main/cpp/protocol.h:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 virtual int requestCpuHighFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) {
143 UNUSED(scene);
144 UNUSED(action);
145 UNUSED(level);
146 UNUSED(timeoutms);
147 UNUSED(callertid);
148 UNUSED(timestamp);
149 return ERR_FUNCTION_NOT_SUPPORT;
150 }
151
152 virtual int cancelCpuHighFreq(int callertid, int64_t timestamp) {
153 UNUSED(callertid);

Calls

no outgoing calls

Tested by

no test coverage detected