Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dupdate_manager_unittest.cc256 umut_->AsyncPolicyRequest(callback, &Policy::UpdateCheckAllowed); in TEST_F()
273 umut_->AsyncPolicyRequest(callback, &Policy::UpdateCheckAllowed); in TEST_F()
301 umut_->AsyncPolicyRequest(callback, &Policy::UpdateCheckAllowed); in TEST_F()
Dupdate_manager.h87 void AsyncPolicyRequest(
Dupdate_manager-inl.h137 void UpdateManager::AsyncPolicyRequest( in AsyncPolicyRequest() function
/system/update_engine/
Dp2p_manager.cc699 update_manager_->AsyncPolicyRequest(callback, &Policy::P2PEnabledChanged, in ScheduleEnabledStatusChange()
Dupdate_attempter.cc166 update_manager->AsyncPolicyRequest(callback, &Policy::UpdateCheckAllowed); in ScheduleUpdates()