Searched refs:onContinueDoneRef_ (Results 1 – 2 of 2) sorted by relevance
62 onContinueDoneRef_ = ref; in SetContinueAbilityCBRef()78 napi_ref onContinueDoneRef_ = nullptr; variable
2110 if (onContinueDoneRef_ != nullptr) { in OnContinueDone()2111 continueAbilityCB->cbBase.cbInfo.callback = onContinueDoneRef_; in OnContinueDone()