| 19 | public: |
| 20 | |
| 21 | int getUidByAddress(const char *ip, int port) { |
| 22 | UNUSED(ip); |
| 23 | return LocalPortCheck::getUidByPort(LocalPortCheck::UDP_PORT, port); |
| 24 | } |
| 25 | |
| 26 | bool checkPermission(std::vector<std::string> manufactures, std::vector<std::string> certs, int funcid, int uid, int callertid, int64_t timestamp) { |
| 27 | pdbg("ManufacturerCoder checkPermission manufactures:%d certs:%d funcid:%d uid:%d callertid:%d timestamp:%d", TOINT(manufactures.size()), TOINT(certs.size()), funcid, uid, callertid, TOINT(timestamp/1000000L)); |
nothing calls this directly
no outgoing calls
no test coverage detected