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

Method requestScreenResolution

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

Source from the content-addressed store, hash-verified

203 }
204
205 virtual int requestScreenResolution(int level, std::string uiName, int callertid, int64_t timestamp) {
206 UNUSED(level);
207 UNUSED(uiName);
208 UNUSED(level);
209 UNUSED(callertid);
210 UNUSED(timestamp);
211 return ERR_FUNCTION_NOT_SUPPORT;
212 }
213
214 virtual int resetScreenResolution(int callertid, int64_t timestamp) {
215 UNUSED(callertid);

Calls

no outgoing calls

Tested by

no test coverage detected