Searched refs:GetReportBootMode (Results 1 – 5 of 5) sorted by relevance
76 MOCK_CONST_METHOD1(GetReportBootMode,
115 virtual bool GetReportBootMode(bool* report_boot_mode) const = 0;
54 bool GetReportBootMode(bool* report_boot_mode) const override;
287 bool DevicePolicyImpl::GetReportBootMode(bool* report_boot_mode) const { in GetReportBootMode() function in policy::DevicePolicyImpl
106 ASSERT_TRUE(policy.GetReportBootMode(&bool_value)); in TEST()240 EXPECT_FALSE(policy.GetReportBootMode(&bool_value)); in TEST()