Searched refs:notifyNetDisconnectRef_ (Results 1 – 2 of 2) sorted by relevance
98 napi_ref notifyNetDisconnectRef_ = nullptr; variable
980 if (notifyNetDisconnectRef_ != nullptr) { in ~NAPIRemoteMissionListener()981 napi_delete_reference(env_, notifyNetDisconnectRef_); in ~NAPIRemoteMissionListener()982 notifyNetDisconnectRef_ = nullptr; in ~NAPIRemoteMissionListener()1033 notifyNetDisconnectRef_ = ref; in SetNotifyNetDisconnectCBRef()1344 registerMissionCB->cbBase.cbInfo.callback = notifyNetDisconnectRef_; in NotifyNetDisconnect()