Lines Matching refs:mHandler
42 if (!res && mHandler.EventPublishReplied) { in handleNanIndication()
43 (*mHandler.EventPublishReplied)(&publishRepliedInd); in handleNanIndication()
51 if (!res && mHandler.EventPublishTerminated) { in handleNanIndication()
52 (*mHandler.EventPublishTerminated)(&publishTerminatedInd); in handleNanIndication()
60 if (!res && mHandler.EventMatch) { in handleNanIndication()
61 (*mHandler.EventMatch)(&matchInd); in handleNanIndication()
69 if (!res && mHandler.EventMatchExpired) { in handleNanIndication()
70 (*mHandler.EventMatchExpired)(&matchExpiredInd); in handleNanIndication()
78 if (!res && mHandler.EventSubscribeTerminated) { in handleNanIndication()
79 (*mHandler.EventSubscribeTerminated)(&subscribeTerminatedInd); in handleNanIndication()
87 if (!res && mHandler.EventDiscEngEvent) { in handleNanIndication()
88 (*mHandler.EventDiscEngEvent)(&discEngEventInd); in handleNanIndication()
96 if (!res && mHandler.EventFollowup) { in handleNanIndication()
97 (*mHandler.EventFollowup)(&followupInd); in handleNanIndication()
105 if (!res && mHandler.EventDisabled) { in handleNanIndication()
106 (*mHandler.EventDisabled)(&disabledInd); in handleNanIndication()
114 if (!res && mHandler.EventTca) { in handleNanIndication()
115 (*mHandler.EventTca)(&tcaInd); in handleNanIndication()
123 if (!res && mHandler.EventBeaconSdfPayload) { in handleNanIndication()
124 (*mHandler.EventBeaconSdfPayload)(&beaconSdfPayloadInd); in handleNanIndication()
132 if (!res && mHandler.EventTransmitFollowup) { in handleNanIndication()
133 (*mHandler.EventTransmitFollowup)(&transmitFollowupInd); in handleNanIndication()
141 if (!res && mHandler.EventRangeRequest) { in handleNanIndication()
142 (*mHandler.EventRangeRequest)(&rangeRequestInd); in handleNanIndication()
150 if (!res && mHandler.EventRangeReport) { in handleNanIndication()
151 (*mHandler.EventRangeReport)(&rangeReportInd); in handleNanIndication()
976 if (!res && mHandler.EventDataRequest) { in handleNdpIndication()
977 (*mHandler.EventDataRequest)(&ndpRequestInd); in handleNdpIndication()
986 if (!res && mHandler.EventDataConfirm) { in handleNdpIndication()
987 (*mHandler.EventDataConfirm)(&ndpConfirmInd); in handleNdpIndication()
1016 if (mHandler.EventDataEnd) { in handleNdpIndication()
1017 (*mHandler.EventDataEnd)(ndpEndInd); in handleNdpIndication()
1057 if (!res && mHandler.EventScheduleUpdate) { in handleNdpIndication()
1058 (*mHandler.EventScheduleUpdate)(pNdpScheduleUpdateInd); in handleNdpIndication()