Home
last modified time | relevance | path

Searched refs:to_value (Results 1 – 1 of 1) sorted by relevance

/system/core/metricsd/
Dmetrics_library_test.cc44 void VerifyEnabledCacheHit(bool to_value);
45 void VerifyEnabledCacheEviction(bool to_value);
61 void MetricsLibraryTest::VerifyEnabledCacheHit(bool to_value) { in VerifyEnabledCacheHit() argument
66 SetMetricsConsent(to_value); in VerifyEnabledCacheHit()
70 SetMetricsConsent(!to_value); in VerifyEnabledCacheHit()
71 if (lib_.AreMetricsEnabled() == to_value) in VerifyEnabledCacheHit()
77 void MetricsLibraryTest::VerifyEnabledCacheEviction(bool to_value) { in VerifyEnabledCacheEviction() argument
79 SetMetricsConsent(!to_value); in VerifyEnabledCacheEviction()
80 ASSERT_EQ(!to_value, lib_.AreMetricsEnabled()); in VerifyEnabledCacheEviction()
82 SetMetricsConsent(to_value); in VerifyEnabledCacheEviction()
[all …]