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

Method terminateApp

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

Source from the content-addressed store, hash-verified

239 }
240
241 virtual int terminateApp(int callertid, int64_t timestamp) {
242 UNUSED(callertid);
243 UNUSED(timestamp);
244 return ERR_FUNCTION_NOT_SUPPORT;
245 }
246
247 virtual int requestUnifyCpuIOThreadCoreGpu(int scene, int64_t action, int cpulevel, int iolevel, std::vector<int>bindtids, int gpulevel, int timeoutms, int callertid, int64_t timestamp) {
248 UNUSED(scene);

Calls

no outgoing calls

Tested by

no test coverage detected