OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTpmReady
(Results
1 - 7
of
7
) sorted by null
/system/tpm/attestation/common/
mock_tpm_utility.h
39
MOCK_METHOD0(
IsTpmReady
, bool());
tpm_utility.h
32
virtual bool
IsTpmReady
() = 0;
mock_tpm_utility.cc
60
ON_CALL(*this,
IsTpmReady
()).WillByDefault(Return(true));
tpm_utility_v1.h
41
bool
IsTpmReady
() override;
tpm_utility_v1.cc
85
if (!
IsTpmReady
()) {
92
bool TpmUtilityV1::
IsTpmReady
() {
572
if (!
IsTpmReady
()) {
/system/tpm/attestation/server/
attestation_service.cc
524
if (!tpm_utility_->
IsTpmReady
()) {
565
if (!tpm_utility_->
IsTpmReady
()) {
608
if (!tpm_utility_->
IsTpmReady
()) {
648
if (!tpm_utility_->
IsTpmReady
()) {
attestation_service_test.cc
380
EXPECT_CALL(mock_tpm_utility_,
IsTpmReady
())
[
all
...]
Completed in 745 milliseconds