Home
last modified time | relevance | path

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

/system/tpm/trunks/
Ddbus_interface.h25 constexpr char kTrunksServiceName[] = "com.android.Trunks"; variable
29 constexpr char kTrunksServiceName[] = "org.chromium.Trunks";
Dbinder_interface.h22 constexpr char kTrunksServiceName[] = "trunks_service"; variable
Dtrunks_dbus_service.cc32 : brillo::DBusServiceDaemon(trunks::kTrunksServiceName) {} in TrunksDBusService()
Dtrunks_dbus_proxy.cc52 trunks::kTrunksServiceName, dbus::ObjectPath(trunks::kTrunksServicePath)); in Init()
Dtrunks_binder_proxy.cc65 kTrunksServiceName); in Init()
Dtrunks_binder_service.cc65 kTrunksServiceName, android::IInterface::asBinder(binder_))) { in OnInit()