Home
last modified time | relevance | path

Searched defs:IsOpStatsEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dopstats_logger_impl.h85 bool IsOpStatsEnabled() const override { return true; } in IsOpStatsEnabled() function
H A Dopstats_logger.h79 virtual bool IsOpStatsEnabled() const { return opstats_enabled_; } in IsOpStatsEnabled() function