Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc99 ASSERT_TRUE(policy.GetReportBootMode(&bool_value)); in TEST()
199 ASSERT_FALSE(policy.GetReportBootMode(&bool_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h75 MOCK_CONST_METHOD1(GetReportBootMode,
Ddevice_policy.h88 virtual bool GetReportBootMode(bool* report_boot_mode) const = 0;
Ddevice_policy_impl.h45 bool GetReportBootMode(bool* report_boot_mode) const override;
Ddevice_policy_impl.cc218 bool DevicePolicyImpl::GetReportBootMode(bool* report_boot_mode) const { in GetReportBootMode() function in policy::DevicePolicyImpl