Searched refs:mPendingLoadTransaction (Results 1 – 1 of 1) sorted by relevance
253 if (mPendingLoadTransaction.has_value()) { in loadNanoApp()259 mPendingLoadTransaction = FragmentedLoadTransaction( in loadNanoApp()264 sendFragmentedLoadNanoAppRequest(mPendingLoadTransaction.value()); in loadNanoApp()266 mPendingLoadTransaction.reset(); in loadNanoApp()465 if (!mParent.mPendingLoadTransaction.has_value()) { in handleLoadNanoappResponse()471 mParent.mPendingLoadTransaction.value(); in handleLoadNanoappResponse()497 mParent.mPendingLoadTransaction.reset(); in handleLoadNanoappResponse()596 std::optional<FragmentedLoadTransaction> mPendingLoadTransaction; variable633 return mPendingLoadTransaction.has_value() && in isExpectedLoadResponseLocked()634 (mPendingLoadTransaction->getTransactionId() == in isExpectedLoadResponseLocked()