Searched refs:IsPlatformHierarchyEnabled (Results 1 – 9 of 9) sorted by relevance
37 MOCK_METHOD0(IsPlatformHierarchyEnabled, bool());
54 virtual bool IsPlatformHierarchyEnabled() = 0;
30 ON_CALL(*this, IsPlatformHierarchyEnabled()).WillByDefault(Return(true)); in MockTpmState()
44 bool IsPlatformHierarchyEnabled() override;
167 EXPECT_DEATH_IF_SUPPORTED(tpm_state.IsPlatformHierarchyEnabled(), in TEST()191 EXPECT_FALSE(tpm_state.IsPlatformHierarchyEnabled()); in TEST_F()227 EXPECT_TRUE(tpm_state.IsPlatformHierarchyEnabled()); in TEST_F()245 EXPECT_FALSE(tpm_state.IsPlatformHierarchyEnabled()); in TEST_F()
160 bool TpmStateImpl::IsPlatformHierarchyEnabled() { in IsPlatformHierarchyEnabled() function in trunks::TpmStateImpl179 return (!IsPlatformHierarchyEnabled() && in IsEnabled()
113 state->IsPlatformHierarchyEnabled() ? "true" : "false"); in DumpStatus()
71 bool IsPlatformHierarchyEnabled() override { in IsPlatformHierarchyEnabled() function in trunks::TpmStateForwarder72 return target_->IsPlatformHierarchyEnabled(); in IsPlatformHierarchyEnabled()
152 if (tpm_state->IsPlatformHierarchyEnabled()) { in InitializeTpm()