HomeSort by relevance Sort by last modified time
    Searched refs:failure_counter (Results 1 - 3 of 3) sorted by null

  /system/core/gatekeeperd/
SoftGateKeeper.h 115 stored->failure_counter = 0;
125 stored->failure_counter = 0;
  /system/gatekeeper/
gatekeeper.cpp 246 if (record->failure_counter > 0 && record->failure_counter <= 10) {
247 if (record->failure_counter % 5 == 0) {
287 record->failure_counter++;
  /system/gatekeeper/include/gatekeeper/
gatekeeper.h 32 uint32_t failure_counter; member in struct:gatekeeper::failure_record_t

Completed in 83 milliseconds