Home
last modified time | relevance | path

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

/system/update_engine/
Dp2p_manager_unittest.cc437 test_conf_->SetInitctlStartCommand({"true"}); in TEST_F()
439 test_conf_->SetInitctlStartCommand({"false"}); in TEST_F()
441 test_conf_->SetInitctlStartCommand({ in TEST_F()
444 test_conf_->SetInitctlStartCommand({ in TEST_F()
Dfake_p2p_manager_configuration.h75 void SetInitctlStartCommand(const std::vector<std::string>& command) { in SetInitctlStartCommand() function