Lines Matching defs:msg
55 const legacy_hal::NanResponseMsg& msg) { in WifiNanIface()
211 [weak_ptr_this](const legacy_hal::NanDiscEngEventInd& msg) { in WifiNanIface()
229 callback_handlers.on_event_disabled = [weak_ptr_this](const legacy_hal::NanDisabledInd& msg) { in WifiNanIface()
247 [weak_ptr_this](const legacy_hal::NanPublishTerminatedInd& msg) { in WifiNanIface()
265 [weak_ptr_this](const legacy_hal::NanSubscribeTerminatedInd& msg) { in WifiNanIface()
282 callback_handlers.on_event_match = [weak_ptr_this](const legacy_hal::NanMatchInd& msg) { in WifiNanIface()
302 const legacy_hal::NanMatchExpiredInd& msg) { in WifiNanIface()
316 callback_handlers.on_event_followup = [weak_ptr_this](const legacy_hal::NanFollowupInd& msg) { in WifiNanIface()
336 [weak_ptr_this](const legacy_hal::NanTransmitFollowupInd& msg) { in WifiNanIface()
354 [weak_ptr_this](const legacy_hal::NanDataPathRequestInd& msg) { in WifiNanIface()
375 [weak_ptr_this](const legacy_hal::NanDataPathConfirmInd& msg) { in WifiNanIface()
396 [weak_ptr_this](const legacy_hal::NanDataPathEndInd& msg) { in WifiNanIface()
427 [weak_ptr_this](const legacy_hal::NanDataPathScheduleUpdateInd& msg) { in WifiNanIface()
540 Return<void> WifiNanIface::enableRequest(uint16_t cmd_id, const V1_0::NanEnableRequest& msg, in enableRequest()
546 Return<void> WifiNanIface::configRequest(uint16_t cmd_id, const V1_0::NanConfigRequest& msg, in configRequest()
557 Return<void> WifiNanIface::startPublishRequest(uint16_t cmd_id, const V1_0::NanPublishRequest& msg, in startPublishRequest()
571 const V1_0::NanSubscribeRequest& msg, in startSubscribeRequest()
586 const NanTransmitFollowupRequest& msg, in transmitFollowupRequest()
610 const V1_0::NanInitiateDataPathRequest& msg, in initiateDataPathRequest()
618 uint16_t cmd_id, const V1_0::NanRespondToDataPathIndicationRequest& msg, in respondToDataPathIndicationRequest()
720 const V1_6::NanInitiateDataPathRequest& msg, in initiateDataPathRequest_1_6()
728 uint16_t cmd_id, const V1_6::NanRespondToDataPathIndicationRequest& msg, in respondToDataPathIndicationRequest_1_6()
736 const V1_6::NanPublishRequest& msg, in startPublishRequest_1_6()
800 const V1_0::NanSubscribeRequest& msg) { in startSubscribeRequestInternal()
819 const NanTransmitFollowupRequest& msg) { in transmitFollowupRequestInternal()
842 uint16_t cmd_id, const V1_0::NanInitiateDataPathRequest& msg) { in initiateDataPathRequestInternal()
852 uint16_t cmd_id, const V1_0::NanRespondToDataPathIndicationRequest& msg) { in respondToDataPathIndicationRequestInternal()
961 uint16_t cmd_id, const V1_6::NanInitiateDataPathRequest& msg) { in initiateDataPathRequest_1_6Internal()
972 uint16_t cmd_id, const V1_6::NanRespondToDataPathIndicationRequest& msg) { in respondToDataPathIndicationRequest_1_6Internal()
983 const V1_6::NanPublishRequest& msg) { in startPublishRequest_1_6Internal()