Lines Matching refs:command_id
860 const std::string& command_id, in UpdateCommand() argument
864 GetServiceURL("commands/" + command_id), &command_patch, in UpdateCommand()
868 void DeviceRegistrationInfo::NotifyCommandAborted(const std::string& command_id, in NotifyCommandAborted() argument
877 UpdateCommand(command_id, command_patch, base::Bind(&IgnoreCloudError)); in NotifyCommandAborted()
1099 std::string command_id; in ProcessInitialCommandList() local
1100 if (!command_dict->GetString("id", &command_id)) { in ProcessInitialCommandList()
1109 GetServiceURL("commands/" + command_id), cmd_copy.get(), in ProcessInitialCommandList()
1134 std::string command_id; in PublishCommand() local
1137 command, Command::Origin::kCloud, UserRole::kOwner, &command_id, &error); in PublishCommand()
1140 if (!command_id.empty()) in PublishCommand()
1141 NotifyCommandAborted(command_id, std::move(error)); in PublishCommand()