Searched refs:NanMatchExpiredInd (Results 1 – 6 of 6) sorted by relevance
51 int getNanMatchExpired(NanMatchExpiredInd *event);
66 NanMatchExpiredInd matchExpiredInd; in handleNanIndication()427 int NanCommand::getNanMatchExpired(NanMatchExpiredInd *event) in getNanMatchExpired()
1971 } NanMatchExpiredInd; typedef2398 void (*EventMatchExpired) (NanMatchExpiredInd* event);
93 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired;
213 std::function<void(const NanMatchExpiredInd&)>215 void onAysncNanEventMatchExpired(NanMatchExpiredInd* event) { in onAysncNanEventMatchExpired()
344 [weak_ptr_this](const legacy_hal::NanMatchExpiredInd& msg) { in WifiNanIface()