Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Ddbus_interface.h24 constexpr char kAttestationServicePath[] = "/org/chromium/Attestation"; variable
/system/tpm/attestation/client/
Ddbus_proxy.cc47 dbus::ObjectPath(attestation::kAttestationServicePath)); in Initialize()
/system/tpm/attestation/server/
Ddbus_service.cc34 : dbus_object_(nullptr, bus, dbus::ObjectPath(kAttestationServicePath)), in DBusService()
Ddbus_service_test.cc45 dbus::ObjectPath path(kAttestationServicePath); in SetUp()