Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dp2p_manager_unittest.cc460 test_conf_->SetInitctlStopCommand({"true"}); in TEST_F()
462 test_conf_->SetInitctlStopCommand({"false"}); in TEST_F()
464 test_conf_->SetInitctlStopCommand( in TEST_F()
467 test_conf_->SetInitctlStopCommand( in TEST_F()
H A Dfake_p2p_manager_configuration.h67 void SetInitctlStopCommand(const std::vector<std::string>& command) { in SetInitctlStopCommand() function