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

Method ManufacturerCoder

libapp2sys/src/main/cpp/server.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177 explicit ManufacturerCoder(IHardCoderDataCallback *callback) {
178 this->callback = callback;
179 pthread_t tid;
180 pthread_create(&tid, NULL, callbackThread, this);
181 }
182
183 ~ManufacturerCoder() {
184 this->anrCallbackUidList.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected