OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterKeyWithChapsToken
(Results
1 - 11
of
11
) sorted by null
/system/tpm/attestation/common/
mock_attestation_interface.h
51
MOCK_METHOD2(
RegisterKeyWithChapsToken
,
attestation_interface.h
99
virtual void
RegisterKeyWithChapsToken
(
/system/tpm/attestation/client/
dbus_proxy.h
61
void
RegisterKeyWithChapsToken
(
dbus_proxy.cc
190
void DBusProxy::
RegisterKeyWithChapsToken
(
dbus_proxy_test.cc
379
TEST_F(DBusProxyTest,
RegisterKeyWithChapsToken
) {
410
proxy_.
RegisterKeyWithChapsToken
(request, base::Bind(callback));
main.cc
483
attestation_->
RegisterKeyWithChapsToken
(request, base::Bind(
/system/tpm/attestation/server/
attestation_service_test.cc
[
all
...]
attestation_service.h
90
void
RegisterKeyWithChapsToken
(
175
// A synchronous implementation of
RegisterKeyWithChapsToken
.
dbus_service.cc
237
service_->
RegisterKeyWithChapsToken
(
dbus_service_test.cc
355
TEST_F(DBusServiceTest,
RegisterKeyWithChapsToken
) {
359
EXPECT_CALL(mock_service_,
RegisterKeyWithChapsToken
(_, _))
attestation_service.cc
475
void AttestationService::
RegisterKeyWithChapsToken
(
Completed in 56 milliseconds