Home
last modified time | relevance | path

Searched refs:construct_cmd_param (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/server_command/
Ddisplay.cpp103 ConstructCommandParam construct_cmd_param{ in HelpCommand() local
113 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in HelpCommand()
158 ConstructCommandParam construct_cmd_param{ in NonHelpCommand() local
168 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in NonHelpCommand()
Dpower.cpp138 ConstructCommandParam construct_cmd_param{ in HelpCommand() local
148 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in HelpCommand()
194 ConstructCommandParam construct_cmd_param{ in NonHelpCommand() local
204 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in NonHelpCommand()
Dutils.cpp126 ConstructCommandParam construct_cmd_param{.bin_path = bin_path, in ConstructCvdHelpCommand() local
135 Command help_command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in ConstructCvdHelpCommand()
165 ConstructCommandParam construct_cmd_param{ in ConstructCvdGenericNonHelpCommand() local
175 return CF_EXPECT(ConstructCommand(construct_cmd_param)); in ConstructCvdGenericNonHelpCommand()
Dgeneric.cpp206 ConstructCommandParam construct_cmd_param{ in Handle() local
216 Command command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in Handle()
Dstart.cpp394 ConstructCommandParam construct_cmd_param{ in ConstructCvdNonHelpCommand() local
404 Command non_help_command = CF_EXPECT(ConstructCommand(construct_cmd_param)); in ConstructCvdNonHelpCommand()