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

Method cancelHighIOFreq

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

Source from the content-addressed store, hash-verified

197 }
198
199 virtual int cancelHighIOFreq(int callertid, int64_t timestamp) {
200 UNUSED(callertid);
201 UNUSED(timestamp);
202 return ERR_FUNCTION_NOT_SUPPORT;
203 }
204
205 virtual int requestScreenResolution(int level, std::string uiName, int callertid, int64_t timestamp) {
206 UNUSED(level);

Calls

no outgoing calls

Tested by

no test coverage detected