Searched refs:SetP2PClientCommand (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dp2p_manager_unittest.cc475 test_conf_->SetP2PClientCommand({
483 test_conf_->SetP2PClientCommand({"echo", "not_a_valid_url"});
489 test_conf_->SetP2PClientCommand({"false"});
495 test_conf_->SetP2PClientCommand({"/path/to/non/existent/helper/program"});
502 test_conf_->SetP2PClientCommand({"sh", "-c", "kill -SEGV $$"});
508 test_conf_->SetP2PClientCommand({
H A Dfake_p2p_manager_configuration.h92 void SetP2PClientCommand(const std::vector<std::string>& command_format) { function in class:chromeos_update_engine::FakeP2PManagerConfiguration

Completed in 298 milliseconds