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

/system/extras/simpleperf/
H A Dcommand.h27 class Command { class
29 Command(const std::string& name, const std::string& short_help_string, function in class:Command
34 virtual ~Command() {
60 DISALLOW_COPY_AND_ASSIGN(Command);
64 const std::function<std::unique_ptr<Command>(void)>& callback);
66 std::unique_ptr<Command> CreateCommandInstance(const std::string& cmd_name);
/system/netd/netutils_wrappers/
H A DNetUtilsWrapperTest-1.0.cpp30 struct Command { struct
35 std::vector<Command> COMMANDS = {
61 for (const Command& cmd : COMMANDS) {
/system/connectivity/wifilogd/
H A Dprotocol.h53 struct Command { struct in namespace:android::wifilogd::protocol
54 Command& set_opcode(Opcode new_opcode) {
59 Command& set_payload_len(uint16_t new_payload_len) {
/system/core/init/
H A Daction.h33 class Command { class in namespace:android::init
35 Command(BuiltinFunction f, const std::vector<std::string>& args, int line);
78 void ExecuteCommand(const Command& command) const;
85 std::vector<Command> commands_;
H A Daction.cpp31 Command::Command(BuiltinFunction f, const std::vector<std::string>& args, int line) function in class:android::init::Command
34 int Command::InvokeFunc() const {
48 std::string Command::BuildCommandString() const {
81 // We need a copy here since some Command execution may result in
83 Command cmd = commands_[command];
93 void Action::ExecuteCommand(const Command& command) const {
103 LOG(INFO) << "Command '" << cmd_str << "' action=" << trigger_name << " (" << filename_
/system/nvram/messages/include/nvram/messages/
H A Dnvram_messages.h30 enum Command { enum in namespace:nvram
143 Command,
162 Command,
/system/tpm/trunks/generator/
H A Dgenerator.py1202 class Command(object): class in inherits:object
1301 CHECK(serialized_command->size() == command_size) << "Command size mismatch!";
1302 VLOG(2) << "Command: " << base::HexEncode(serialized_command->data(),
1458 """Initializes a Command instance.
1827 """Command definition parser.
1870 A list of extracted Command objects.
1890 A single Command object.
1897 cmd = Command(name)
1911 print('Command code not found for %s' % name)
1921 cmd: The current Command objec
[all...]

Completed in 181 milliseconds