Home
last modified time | relevance | path

Searched refs:disable_p2p_for_sharing (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Domaha_response.h70 bool disable_p2p_for_sharing = false; member
Domaha_request_action_unittest.cc118 (disable_p2p_for_sharing ? "DisableP2PForSharing=\"true\" " : "") + in GetUpdateResponse()
142 bool disable_p2p_for_sharing = false; member
2045 fake_update_response_.disable_p2p_for_sharing = omaha_disable_p2p_for_sharing; in P2PTest()
2062 response.disable_p2p_for_sharing); in P2PTest()
Domaha_request_action.cc912 output_object->disable_p2p_for_sharing = in ParseParams()
1016 if (output_object.disable_p2p_for_sharing) { in TransferComplete()