Home
last modified time | relevance | path

Searched refs:kCommand_Component (Results 1 – 3 of 3) sorted by relevance

/external/libweave/src/commands/
Dschema_constants.cc28 const char kCommand_Component[] = "component"; variable
Dschema_constants.h30 extern const char kCommand_Component[];
Dcommand_instance.cc212 if (json->GetString(commands::attributes::kCommand_Component, &component)) in FromJson()