Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/attestation/
H A Denrollment_policy_observer_unittest.cc61 ->set_enrollment_id_ignore_cache(enrollment_id_); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/attestation/
H A Dattestation_client.h114 virtual void set_enrollment_id_ignore_cache(const std::string& id) = 0; in COMPONENT_EXPORT()
H A Dfake_attestation_client.h111 void set_enrollment_id_ignore_cache(const std::string& id) override; in COMPONENT_EXPORT()
H A Dfake_attestation_client.cc410 void FakeAttestationClient::set_enrollment_id_ignore_cache( in set_enrollment_id_ignore_cache() function in chromeos::FakeAttestationClient