Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dp2p_manager_unittest.cc482 test_conf_->SetP2PClientCommand( in TEST_F()
492 test_conf_->SetP2PClientCommand({"echo", "not_a_valid_url"}); in TEST_F()
498 test_conf_->SetP2PClientCommand({"false"}); in TEST_F()
504 test_conf_->SetP2PClientCommand({"/path/to/non/existent/helper/program"}); in TEST_F()
510 test_conf_->SetP2PClientCommand({"sh", "-c", "kill -SEGV $$"}); in TEST_F()
516 test_conf_->SetP2PClientCommand( in TEST_F()
H A Dfake_p2p_manager_configuration.h78 void SetP2PClientCommand(const std::vector<std::string>& command_format) { in SetP2PClientCommand() function