Home
last modified time | relevance | path

Searched refs:GetReportBootMode (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/policy/
Dmock_device_policy.h76 MOCK_CONST_METHOD1(GetReportBootMode,
Ddevice_policy.h115 virtual bool GetReportBootMode(bool* report_boot_mode) const = 0;
Ddevice_policy_impl.h54 bool GetReportBootMode(bool* report_boot_mode) const override;
Ddevice_policy_impl.cc287 bool DevicePolicyImpl::GetReportBootMode(bool* report_boot_mode) const { in GetReportBootMode() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc106 ASSERT_TRUE(policy.GetReportBootMode(&bool_value)); in TEST()
240 EXPECT_FALSE(policy.GetReportBootMode(&bool_value)); in TEST()