Home
last modified time | relevance | path

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

/system/update_engine/common/
Dscoped_task_id.h31 class ScopedTaskId {
36 ScopedTaskId(const ScopedTaskId&) = delete;
37 ScopedTaskId& operator=(const ScopedTaskId&) = delete;
39 friend std::ostream& operator<<(std::ostream& out, const ScopedTaskId& task) {
44 constexpr ScopedTaskId() = default;
46 constexpr ScopedTaskId(ScopedTaskId&& other) noexcept { in ScopedTaskId() function
50 constexpr ScopedTaskId& operator=(ScopedTaskId&& other) noexcept {
69 ~ScopedTaskId() noexcept { Cancel(); } in ~ScopedTaskId()
88 [[nodiscard]] constexpr bool operator==(const ScopedTaskId& other) const
93 [[nodiscard]] constexpr bool operator<(const ScopedTaskId& other) const
[all …]
/system/update_engine/aosp/
Dcleanup_previous_update_action.h79 ScopedTaskId scheduled_task_;
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.h177 ScopedTaskId pending_task_id_;