OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTrunksServiceName
(Results
1 - 6
of
6
) sorted by null
/system/tpm/trunks/
binder_interface.h
22
constexpr char
kTrunksServiceName
[] = "trunks_service";
dbus_interface.h
25
constexpr char
kTrunksServiceName
[] = "com.android.Trunks";
29
constexpr char
kTrunksServiceName
[] = "org.chromium.Trunks";
trunks_dbus_service.cc
32
: brillo::DBusServiceDaemon(trunks::
kTrunksServiceName
) {}
trunks_binder_proxy.cc
64
kTrunksServiceName
);
trunks_binder_service.cc
65
kTrunksServiceName
, android::IInterface::asBinder(binder_))) {
trunks_dbus_proxy.cc
52
trunks::
kTrunksServiceName
,
Completed in 50 milliseconds