Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dp2p_manager_unittest.cc445 test_conf_->SetInitctlStartCommand({"true"}); in TEST_F()
447 test_conf_->SetInitctlStartCommand({"false"}); in TEST_F()
449 test_conf_->SetInitctlStartCommand( in TEST_F()
452 test_conf_->SetInitctlStartCommand( in TEST_F()
H A Dfake_p2p_manager_configuration.h61 void SetInitctlStartCommand(const std::vector<std::string>& command) { in SetInitctlStartCommand() function