Searched refs:on_nan_notify_response_user_callback (Results 1 – 1 of 1) sorted by relevance
186 std::function<void(transaction_id, const NanResponseMsg&)> on_nan_notify_response_user_callback; variable189 if (on_nan_notify_response_user_callback && msg) { in onAysncNanNotifyResponse()190 on_nan_notify_response_user_callback(id, *msg); in onAysncNanNotifyResponse()1177 on_nan_notify_response_user_callback = user_callbacks.on_notify_response; in nanRegisterCallbackHandlers()1606 on_nan_notify_response_user_callback = nullptr; in invalidate()