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

Method onCallback

libapp2sys/src/main/cpp/server.h:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 int onCallback(int uid, int funcid, uint64_t requestid, int bodyFormat, uint64_t timestamp, int retCode, uint8_t *data, int len) {
239 UNUSED(data);
240 pdbg("callback uid:%d funcid:%d, len:%d", uid, funcid, len);
241 return 0;
242 }
243
244};
245

Callers 3

recvEventMethod · 0.45
recvEventMethod · 0.45
callbackThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected