OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCommand_Name
(Results
1 - 3
of
3
) sorted by null
/external/libweave/src/commands/
schema_constants.cc
27
const char
kCommand_Name
[] = "name";
schema_constants.h
29
extern const char
kCommand_Name
[];
command_instance.cc
193
if (!json->GetString(commands::attributes::
kCommand_Name
, &command_name)) {
222
json->SetString(commands::attributes::
kCommand_Name
, name_);
Completed in 35 milliseconds