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

Method registerSystemEventCallback

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

Source from the content-addressed store, hash-verified

225 }
226
227 virtual int registerSystemEventCallback(int uid, int callertid, int64_t timestamp) {
228 UNUSED(uid);
229 UNUSED(callertid);
230 UNUSED(timestamp);
231 return ERR_FUNCTION_NOT_SUPPORT;
232 }
233
234 virtual int registerBootPreloadResource(std::vector<std::string> file, int callertid, int64_t timestamp) {
235 UNUSED(file);

Calls

no outgoing calls

Tested by

no test coverage detected