Home
last modified time | relevance | path

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

/external/libweave/src/commands/
Dcloud_command_update_interface.h20 const base::DictionaryValue& command_patch,
/external/libweave/src/
Ddevice_registration_info.cc861 const base::DictionaryValue& command_patch, in UpdateCommand() argument
864 GetServiceURL("commands/" + command_id), &command_patch, in UpdateCommand()
870 base::DictionaryValue command_patch; in NotifyCommandAborted() local
871 command_patch.SetString(commands::attributes::kCommand_State, in NotifyCommandAborted()
874 command_patch.Set(commands::attributes::kCommand_Error, in NotifyCommandAborted()
877 UpdateCommand(command_id, command_patch, base::Bind(&IgnoreCloudError)); in NotifyCommandAborted()
Ddevice_registration_info.h115 const base::DictionaryValue& command_patch,