Home
last modified time | relevance | path

Searched refs:last_command_id (Results 1 – 12 of 12) sorted by relevance

/dports/security/libnitrokey/libnitrokey-v3.6/libnitrokey/
H A DCommandFailedException.h35 const uint8_t last_command_id;
38 CommandFailedException(uint8_t last_command_id, uint8_t last_command_status) : in CommandFailedException() argument
39 last_command_id(last_command_id), in CommandFailedException()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/gui/src/
H A Dquest_runner.cpp33 last_command_id(-1) { in QuestRunner()
227 ++last_command_id; in execute_command()
228 return last_command_id; in execute_command()
236 last_command_id = -1; in on_finished()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/remote_commands/
H A Dtesting_remote_commands_server.cc149 std::unique_ptr<RemoteCommandJob::UniqueIDType> last_command_id, in FetchCommands() argument
171 if (last_command_id) { in FetchCommands()
173 EXPECT_GE(*last_command_id, job_result.command_id()); in FetchCommands()
204 } else if (!last_command_id || in FetchCommands()
206 *last_command_id) { in FetchCommands()
H A Dtesting_remote_commands_server.h84 std::unique_ptr<RemoteCommandJob::UniqueIDType> last_command_id,
98 RemoteCommandJob::UniqueIDType last_command_id() const { in last_command_id() function
H A Dremote_commands_service_unittest.cc141 std::unique_ptr<RemoteCommandJob::UniqueIDType> last_command_id, in FetchRemoteCommands() argument
155 base::Unretained(this), std::move(last_command_id), command_results, in FetchRemoteCommands()
162 std::unique_ptr<RemoteCommandJob::UniqueIDType> last_command_id, in DoFetchRemoteCommands() argument
168 server_->FetchCommands(std::move(last_command_id), command_results, in DoFetchRemoteCommands()
679 command.set_command_id(server_->last_command_id()); in TEST_P()
710 command.set_command_id(server_->last_command_id()); in TEST_P()
/dports/misc/openhmd/OpenHMD-0.3.0/src/drv_oculus_rift/
H A Dpacket.c142 msg->last_command_id = READ16; in decode_tracker_sensor_msg()
171 msg->last_command_id = READ16; in decode_tracker_sensor_msg_dk2()
296 LOGD(" last command id: %u", sensor->last_command_id); in dump_packet_tracker_sensor()
H A Drift.h81 uint16_t last_command_id; member
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/gui/include/solarus/gui/
H A Dquest_runner.h64 int last_command_id; /**< Id of the last command executed (-1 if none). */ variable
/dports/devel/efl/efl-1.25.1/src/lib/evas/filters/
H A Devas_filter_private.h122 int last_command_id; member
H A Devas_filter.c119 ctx->last_command_id = 0; in evas_filter_context_clear()
631 cmd->id = ++(ctx->last_command_id); in _command_new()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/cloud/
H A Dcloud_policy_client.cc670 std::unique_ptr<RemoteCommandJob::UniqueIDType> last_command_id, in FetchRemoteCommands() argument
688 if (last_command_id) in FetchRemoteCommands()
689 request->set_last_command_unique_id(*last_command_id); in FetchRemoteCommands()
H A Dcloud_policy_client.h351 std::unique_ptr<RemoteCommandJob::UniqueIDType> last_command_id,