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

Method getParameters

libapp2sys/src/main/cpp/server.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 int getParameters(const std::string& data, int callertid, int64_t timestamp) {
110 pdbg("ManufacturerCoder getParameters");
111 return RET_OK;
112 }
113
114 int registerAnrCallback(int uid, int callertid, int64_t timestamp) {
115 std::list<int>& cbL = this->anrCallbackUidList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected