Home | History | Annotate | Download | only in ledflasher

Lines Matching refs:Command

56 // LedFlasherHandler is a complete command handler example that shows
79 void OnFlasherSetCommand(const std::weak_ptr<weave::Command>& command) {
80 auto cmd = command.lock();
83 LOG(INFO) << "received command: " << cmd->GetName();
89 // Display this command in terminal
110 void OnFlasherToggleCommand(const std::weak_ptr<weave::Command>& command) {
111 auto cmd = command.lock();
114 LOG(INFO) << "received command: " << cmd->GetName();