OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetReportBootMode
(Results
1 - 5
of
5
) sorted by null
/external/libbrillo/policy/
device_policy.h
79
virtual bool
GetReportBootMode
(bool* report_boot_mode) const = 0;
device_policy_impl.h
44
virtual bool
GetReportBootMode
(bool* report_boot_mode) const;
mock_device_policy.h
75
MOCK_CONST_METHOD1(
GetReportBootMode
,
device_policy_impl.cc
227
bool DevicePolicyImpl::
GetReportBootMode
(bool* report_boot_mode) const {
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
107
ASSERT_TRUE(policy.
GetReportBootMode
(&bool_value));
189
ASSERT_FALSE(policy.
GetReportBootMode
(&bool_value));
Completed in 154 milliseconds