Searched refs:allowSystemNanoappUnload (Results 1 – 6 of 6) sorted by relevance
122 bool allowSystemNanoappUnload; member297 cbData->allowSystemNanoappUnload); in handleUnloadNanoappCallback()828 bool allowSystemNanoappUnload) { in handleUnloadNanoappRequest() argument830 " system %d", transactionId, appId, allowSystemNanoappUnload); in handleUnloadNanoappRequest()838 cbData->allowSystemNanoappUnload = allowSystemNanoappUnload; in handleUnloadNanoappRequest()
116 bool allowSystemNanoappUnload) { in encodeUnloadNanoappRequest() argument118 builder, transactionId, appId, allowSystemNanoappUnload); in encodeUnloadNanoappRequest()
142 uint64_t appId, bool allowSystemNanoappUnload);
125 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
65 bool allowSystemNanoappUnload);
194 bool allowSystemNanoappUnload) { in unloadNanoapp() argument199 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()