OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelfTestSync
(Results
1 - 6
of
6
) sorted by null
/system/tpm/trunks/
resource_manager.cc
69
result = factory_.GetTpm()->
SelfTestSync
(YES /* Full test. */, nullptr);
mock_tpm.h
52
MOCK_METHOD2(
SelfTestSync
,
[
all
...]
tpm_utility_impl.cc
91
result = tpm->
SelfTestSync
(YES /* Full test. */, nullptr);
[
all
...]
tpm_utility_test.cc
167
EXPECT_CALL(mock_tpm_,
SelfTestSync
(_, _))
[
all
...]
tpm_generated.h
[
all
...]
tpm_generated.cc
[
all
...]
Completed in 856 milliseconds