Home
last modified time | relevance | path

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

/system/update_engine/
Dp2p_manager_unittest.cc452 test_conf_->SetInitctlStopCommand({"true"}); in TEST_F()
454 test_conf_->SetInitctlStopCommand({"false"}); in TEST_F()
456 test_conf_->SetInitctlStopCommand({ in TEST_F()
459 test_conf_->SetInitctlStopCommand({ in TEST_F()
Dfake_p2p_manager_configuration.h81 void SetInitctlStopCommand(const std::vector<std::string>& command) { in SetInitctlStopCommand() function