OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAuP2PEnabled
(Results
1 - 6
of
6
) sorted by null
/external/libbrillo/policy/
device_policy.h
132
virtual bool
GetAuP2PEnabled
(bool* au_p2p_enabled) const = 0;
device_policy_impl.h
60
virtual bool
GetAuP2PEnabled
(bool* au_p2p_enabled) const;
mock_device_policy.h
93
MOCK_CONST_METHOD1(
GetAuP2PEnabled
,
device_policy_impl.cc
378
bool DevicePolicyImpl::
GetAuP2PEnabled
(bool* au_p2p_enabled) const {
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
150
ASSERT_TRUE(policy.
GetAuP2PEnabled
(&bool_value));
197
ASSERT_FALSE(policy.
GetAuP2PEnabled
(&bool_value));
/system/update_engine/update_manager/
real_device_policy_provider.cc
184
UpdateVariable(&var_au_p2p_enabled_, &DevicePolicy::
GetAuP2PEnabled
);
Completed in 629 milliseconds