Searched refs:allowSystemNanoappUnload (Results 1 – 6 of 6) sorted by relevance
119 bool allowSystemNanoappUnload; member264 eventLoop.unloadNanoapp(instanceId, cbData->allowSystemNanoappUnload); in handleUnloadNanoappCallback()904 bool allowSystemNanoappUnload) { in handleUnloadNanoappRequest() argument907 transactionId, appId, allowSystemNanoappUnload); in handleUnloadNanoappRequest()915 cbData->allowSystemNanoappUnload = allowSystemNanoappUnload; in handleUnloadNanoappRequest()
121 bool allowSystemNanoappUnload) { in encodeUnloadNanoappRequest() argument123 allowSystemNanoappUnload); in encodeUnloadNanoappRequest()
147 uint64_t appId, bool allowSystemNanoappUnload);
136 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
69 bool allowSystemNanoappUnload);
204 bool allowSystemNanoappUnload) { in unloadNanoapp() argument209 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()