| 225 | } |
| 226 | |
| 227 | virtual int registerSystemEventCallback(int uid, int callertid, int64_t timestamp) { |
| 228 | UNUSED(uid); |
| 229 | UNUSED(callertid); |
| 230 | UNUSED(timestamp); |
| 231 | return ERR_FUNCTION_NOT_SUPPORT; |
| 232 | } |
| 233 | |
| 234 | virtual int registerBootPreloadResource(std::vector<std::string> file, int callertid, int64_t timestamp) { |
| 235 | UNUSED(file); |