Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc99 ASSERT_TRUE(policy.GetReportVersionInfo(&bool_value)); in TEST()
200 ASSERT_FALSE(policy.GetReportVersionInfo(&bool_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h71 MOCK_CONST_METHOD1(GetReportVersionInfo,
Ddevice_policy.h80 virtual bool GetReportVersionInfo(bool* report_version_info) const = 0;
Ddevice_policy_impl.h42 virtual bool GetReportVersionInfo(bool* report_version_info) const;
Ddevice_policy_impl.cc200 bool DevicePolicyImpl::GetReportVersionInfo(bool* report_version_info) const { in GetReportVersionInfo() function in policy::DevicePolicyImpl