Searched refs:db_deletion_config_removed (Results 1 – 4 of 4) sorted by relevance
578 it->second->db_deletion_config_removed++; in noteDbDeletionConfigRemoved()1142 config.second->db_deletion_config_removed = 0; in resetInternalLocked()1222 configStats->db_deletion_config_removed || configStats->db_deletion_config_updated; in hasRestrictedConfigErrors()1269 configStats->db_deletion_too_old, configStats->db_deletion_config_removed, in dumpStats()1346 configStats->db_deletion_too_old, configStats->db_deletion_config_removed, in dumpStats()1819 configStats.db_deletion_config_removed, proto); in addConfigStatsToProto()
92 int32_t db_deletion_config_removed = 0; member
516 optional int32 db_deletion_config_removed = 36; field
540 EXPECT_EQ(1, report.config_stats(1).db_deletion_config_removed()); in TEST()