OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PolicySessionTest
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
policy_session_test.cc
37
class
PolicySessionTest
: public testing::Test {
39
PolicySessionTest
() {}
40
~
PolicySessionTest
() override {}
57
TEST_F(
PolicySessionTest
, GetDelegateUninitialized) {
64
TEST_F(
PolicySessionTest
, GetDelegateSuccess) {
69
TEST_F(
PolicySessionTest
, StartBoundSessionSuccess) {
75
TEST_F(
PolicySessionTest
, StartBoundSessionFailure) {
84
TEST_F(
PolicySessionTest
, StartBoundSessionBadType) {
90
TEST_F(
PolicySessionTest
, StartUnboundSessionSuccess) {
95
TEST_F(
PolicySessionTest
, StartUnboundSessionFailure)
[
all
...]
policy_session_impl.h
79
friend class
PolicySessionTest
;
Completed in 58 milliseconds