OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lockout_threshold
(Results
1 - 2
of
2
) sorted by null
/system/tpm/tpm_manager/server/
tpm2_status_test.cc
121
int
lockout_threshold
= 16;
local
127
.WillRepeatedly(Return(
lockout_threshold
));
141
EXPECT_EQ(threshold,
lockout_threshold
);
/system/tpm/trunks/
tpm_state_test.cc
206
uint32_t
lockout_threshold
= 8;
local
213
lockout_threshold
;
235
EXPECT_EQ(
lockout_threshold
, tpm_state.GetLockoutThreshold());
Completed in 946 milliseconds