Searched defs:subcontext_command (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dsubcontext.cpp183 auto subcontext_command = SubcontextCommand(); local
184 if (!subcontext_command.ParseFromString(*init_message)) {
189 switch (subcontext_command.command_case()) {
191 RunCommand(subcontext_command.execute_command(), &reply);
195 ExpandArgs(subcontext_command.expand_args_command(), &reply);
200 << subcontext_command.command_case();
275 Result<SubcontextReply> Subcontext::TransmitMessage(const SubcontextCommand& subcontext_command) { argument
276 if (auto result = SendMessage(socket_, subcontext_command); !result) {
296 auto subcontext_command = SubcontextCommand(); local
299 RepeatedPtrFieldBackInserter(subcontext_command
329 auto subcontext_command = SubcontextCommand{}; local
[all...]

Completed in 5 milliseconds