Home | History | Annotate | Download | only in libweaved

Lines Matching refs:command_name

184                          const std::string& command_name,
207 const std::string& command_name,
243 std::string command_name;
326 const std::string& command_name,
328 CHECK(!component.empty() && !command_name.empty());
332 base::StringPrintf("%s.%s", trait_name.c_str(), command_name.c_str());
336 entry.command_name = full_command_name;
392 const std::string& command_name,
395 << command_name;
398 entry.command_name == command_name) {
403 LOG(WARNING) << "Unexpected command notification. Command = " << command_name