Lines Matching refs:Command
68 // SpeakerHandler is a command handler example that shows
89 void OnVolumeSetConfig(const std::weak_ptr<weave::Command>& command) {
90 auto cmd = command.lock();
93 LOG(INFO) << "received command: " << cmd->GetName();
99 // Display this command in terminal.
113 // Display this command in terminal.
129 void OnOnOffSetConfig(const std::weak_ptr<weave::Command>& command) {
130 auto cmd = command.lock();
133 LOG(INFO) << "received command: " << cmd->GetName();