| 232 | } |
| 233 | |
| 234 | virtual int registerBootPreloadResource(std::vector<std::string> file, int callertid, int64_t timestamp) { |
| 235 | UNUSED(file); |
| 236 | UNUSED(callertid); |
| 237 | UNUSED(timestamp); |
| 238 | return ERR_FUNCTION_NOT_SUPPORT; |
| 239 | } |
| 240 | |
| 241 | virtual int terminateApp(int callertid, int64_t timestamp) { |
| 242 | UNUSED(callertid); |