Searched refs:gPreloadedNanoappPendingTransactionIds (Results 1 – 1 of 1) sorted by relevance
154 static std::queue<uint32_t> gPreloadedNanoappPendingTransactionIds; variable644 gPreloadedNanoappPendingTransactionIds.push(transactionId); in sendNanoappLoad()796 if (gPreloadedNanoappPendingTransactionIds.empty()) { in handleDaemonMessage()798 } else if (gPreloadedNanoappPendingTransactionIds.front() in handleDaemonMessage()802 gPreloadedNanoappPendingTransactionIds.front()); in handleDaemonMessage()806 gPreloadedNanoappPendingTransactionIds.front()); in handleDaemonMessage()808 gPreloadedNanoappPendingTransactionIds.pop(); in handleDaemonMessage()