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

Method cancelHighIOFreq

libapp2sys/src/main/cpp/server.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 int cancelHighIOFreq(int callertid, int64_t timestamp) {
65 pdbg("ManufacturerCoder cancelHighIOFreq callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L));
66 return RET_OK;
67 }
68
69 int requestScreenResolution(int level, std::string uiName, int callertid, int64_t timestamp) {
70 pdbg("ManufacturerCoder requestScreenResolution level::%d uiName:%s callertid:%d timestamp:%d", level, uiName.c_str(), callertid, TOINT(timestamp/1000000L));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected