| 236 | } |
| 237 | |
| 238 | int onCallback(int uid, int funcid, uint64_t requestid, int bodyFormat, uint64_t timestamp, int retCode, uint8_t *data, int len) { |
| 239 | UNUSED(data); |
| 240 | pdbg("callback uid:%d funcid:%d, len:%d", uid, funcid, len); |
| 241 | return 0; |
| 242 | } |
| 243 | |
| 244 | }; |
| 245 |
no outgoing calls
no test coverage detected