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

Method registerBootPreloadResource

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

Source from the content-addressed store, hash-verified

232 }
233
234 virtual int registerBootPreloadResource(std::vector<std::string> file, int callertid, int64_t timestamp) {
235 UNUSED(file);
236 UNUSED(callertid);
237 UNUSED(timestamp);
238 return ERR_FUNCTION_NOT_SUPPORT;
239 }
240
241 virtual int terminateApp(int callertid, int64_t timestamp) {
242 UNUSED(callertid);

Calls

no outgoing calls

Tested by

no test coverage detected