Searched refs:mWifiDppLogProto (Results 1 – 2 of 2) sorted by relevance
50 private final WifiMetricsProto.WifiDppLog mWifiDppLogProto = new WifiMetricsProto.WifiDppLog(); field in DppMetrics76 mWifiDppLogProto.numDppConfiguratorInitiatorRequests++; in updateDppConfiguratorInitiatorRequests()85 mWifiDppLogProto.numDppEnrolleeInitiatorRequests++; in updateDppEnrolleeInitiatorRequests()94 mWifiDppLogProto.numDppEnrolleeResponderRequests++; in updateDppEnrolleeResponderRequests()103 mWifiDppLogProto.numDppEnrolleeResponderSuccess++; in updateDppEnrolleeResponderSuccess()112 mWifiDppLogProto.numDppEnrolleeSuccess++; in updateDppEnrolleeSuccess()121 mWifiDppLogProto.numDppR1CapableEnrolleeResponderDevices++; in updateDppR1CapableEnrolleeResponderDevices()130 mWifiDppLogProto.numDppR2CapableEnrolleeResponderDevices++; in updateDppR2CapableEnrolleeResponderDevices()141 mWifiDppLogProto.numDppR2EnrolleeResponderIncompatibleConfiguration++; in updateDppR2EnrolleeResponderIncompatibleConfiguration()288 + mWifiDppLogProto.numDppConfiguratorInitiatorRequests); in dump()[all …]
81 WifiMetricsProto.WifiDppLog mWifiDppLogProto = mDppMetrics.consolidateProto(); in checkOperationBucketEqualsTo() local82 HistogramBucketInt32 hb = mWifiDppLogProto.dppOperationTime[index]; in checkOperationBucketEqualsTo()107 WifiMetricsProto.WifiDppLog mWifiDppLogProto = mDppMetrics.consolidateProto(); in checkDppFailures() local110 mWifiDppLogProto.dppFailureCode) { in checkDppFailures()131 WifiMetricsProto.WifiDppLog mWifiDppLogProto = mDppMetrics.consolidateProto(); in checkDppSuccesses() local134 mWifiDppLogProto.dppConfiguratorSuccessCode) { in checkDppSuccesses()160 WifiMetricsProto.WifiDppLog mWifiDppLogProto = mDppMetrics.consolidateProto(); in testUpdateDppConfiguratorInitiatorRequests() local161 assertEquals(mWifiDppLogProto.numDppConfiguratorInitiatorRequests, value); in testUpdateDppConfiguratorInitiatorRequests()179 WifiMetricsProto.WifiDppLog mWifiDppLogProto = mDppMetrics.consolidateProto(); in testUpdateDppEnrolleeInitiatorRequests() local180 assertEquals(mWifiDppLogProto.numDppEnrolleeInitiatorRequests, value); in testUpdateDppEnrolleeInitiatorRequests()[all …]