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

Method cancelCpuHighFreq

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

Source from the content-addressed store, hash-verified

150 }
151
152 virtual int cancelCpuHighFreq(int callertid, int64_t timestamp) {
153 UNUSED(callertid);
154 UNUSED(timestamp);
155 return ERR_FUNCTION_NOT_SUPPORT;
156 }
157
158 virtual int requestGpuHighFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) {
159 UNUSED(scene);

Calls

no outgoing calls

Tested by

no test coverage detected