Searched refs:abortCode (Results 1 – 3 of 3) sorted by relevance
49 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) override { in handleAppAbort() argument51 appId, abortCode); in handleAppAbort()
64 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) = 0;92 virtual Return<void> handleAppAbort(uint64_t appId, uint32_t abortCode) override { in handleAppAbort() argument93 return mCallback->handleAppAbort(appId, abortCode); in handleAppAbort()
59 * @param abortCode code passed by the nanoApp.64 handleAppAbort(uint64_t appId, uint32_t abortCode);