Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h71 MOCK_METHOD(bool, GetReportBootMode, (bool*), (const, override));
Ddevice_policy.h119 virtual bool GetReportBootMode(bool* report_boot_mode) const = 0;
Ddevice_policy_impl.h55 bool GetReportBootMode(bool* report_boot_mode) const override;
Ddevice_policy_impl.cc304 bool DevicePolicyImpl::GetReportBootMode(bool* report_boot_mode) const { in GetReportBootMode() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc106 ASSERT_TRUE(policy.GetReportBootMode(&bool_value)); in TEST()
240 EXPECT_FALSE(policy.GetReportBootMode(&bool_value)); in TEST()