Searched refs:GetReportBootMode (Results 1 – 5 of 5) sorted by relevance
99 ASSERT_TRUE(policy.GetReportBootMode(&bool_value)); in TEST()199 ASSERT_FALSE(policy.GetReportBootMode(&bool_value)); in TEST()
75 MOCK_CONST_METHOD1(GetReportBootMode,
88 virtual bool GetReportBootMode(bool* report_boot_mode) const = 0;
45 bool GetReportBootMode(bool* report_boot_mode) const override;
218 bool DevicePolicyImpl::GetReportBootMode(bool* report_boot_mode) const { in GetReportBootMode() function in policy::DevicePolicyImpl