HomeSort by relevance Sort by last modified time
    Searched refs:P2PEnabled (Results 1 - 10 of 10) sorted by null

  /system/update_engine/update_manager/
mock_policy.h 47 ON_CALL(*this, P2PEnabled(testing::_, testing::_, testing::_, testing::_))
49 &default_policy_, &DefaultPolicy::P2PEnabled));
72 MOCK_CONST_METHOD4(P2PEnabled,
policy.h 213 if (reinterpret_cast<typeof(&Policy::P2PEnabled)>(
214 policy_method) == &Policy::P2PEnabled)
215 return class_name + "P2PEnabled";
265 virtual EvalStatus P2PEnabled(
273 // P2PEnabled() policy above.
default_policy.h 81 EvalStatus P2PEnabled(
default_policy.cc 85 EvalStatus DefaultPolicy::P2PEnabled(
chromeos_policy.h 75 EvalStatus P2PEnabled(
chromeos_policy.cc 389 EvalStatus p2p_enabled_status = P2PEnabled(ec, state, error, &p2p_enabled);
538 EvalStatus ChromeOSPolicy::P2PEnabled(EvaluationContext* ec,
579 EvalStatus status = P2PEnabled(ec, state, error, result);
    [all...]
chromeos_policy_unittest.cc     [all...]
  /system/update_engine/
p2p_manager_unittest.cc 110 EXPECT_CALL(*mock_policy_, P2PEnabled(_, _, _, _));
121 EXPECT_CALL(*mock_policy_, P2PEnabled(_, _, _, _))
p2p_manager.cc 241 if (update_manager_->PolicyRequest(&Policy::P2PEnabled, &is_enabled_) ==
update_attempter_unittest.cc 690 TEST_F(UpdateAttempterTest, P2PEnabled) {
    [all...]

Completed in 65 milliseconds