HomeSort by relevance Sort by last modified time
    Searched refs:IsPlatformHierarchyEnabled (Results 1 - 9 of 9) sorted by null

  /system/tpm/trunks/
tpm_state.h 54 virtual bool IsPlatformHierarchyEnabled() = 0;
mock_tpm_state.h 37 MOCK_METHOD0(IsPlatformHierarchyEnabled, bool());
mock_tpm_state.cc 30 ON_CALL(*this, IsPlatformHierarchyEnabled()).WillByDefault(Return(true));
tpm_state_impl.h 44 bool IsPlatformHierarchyEnabled() override;
tpm_state_test.cc 167 EXPECT_DEATH_IF_SUPPORTED(tpm_state.IsPlatformHierarchyEnabled(),
191 EXPECT_FALSE(tpm_state.IsPlatformHierarchyEnabled());
227 EXPECT_TRUE(tpm_state.IsPlatformHierarchyEnabled());
245 EXPECT_FALSE(tpm_state.IsPlatformHierarchyEnabled());
tpm_state_impl.cc 160 bool TpmStateImpl::IsPlatformHierarchyEnabled() {
179 return (!IsPlatformHierarchyEnabled() &&
trunks_client.cc 113 state->IsPlatformHierarchyEnabled() ? "true" : "false");
trunks_factory_for_test.cc 71 bool IsPlatformHierarchyEnabled() override {
72 return target_->IsPlatformHierarchyEnabled();
tpm_utility_impl.cc 152 if (tpm_state->IsPlatformHierarchyEnabled()) {
    [all...]

Completed in 71 milliseconds