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

Method resetScreenResolution

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

Source from the content-addressed store, hash-verified

212 }
213
214 virtual int resetScreenResolution(int callertid, int64_t timestamp) {
215 UNUSED(callertid);
216 UNUSED(timestamp);
217 return ERR_FUNCTION_NOT_SUPPORT;
218 }
219
220 virtual int registerAnrCallback(int uid, int callertid, int64_t timestamp) {
221 UNUSED(uid);

Calls

no outgoing calls

Tested by

no test coverage detected