Home
last modified time | relevance | path

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

/system/update_engine/common/
Dscoped_task_id.h52 [[nodiscard]] bool PostTask(const base::Location& from_here,
55 return PostTask<decltype(callback)>(from_here, std::move(callback), delay);
57 [[nodiscard]] bool PostTask(const base::Location& from_here,
60 return PostTask<decltype(callback)>(from_here, std::move(callback), delay);
94 [[nodiscard]] bool PostTask(const base::Location& from_here, in PostTask() argument
103 from_here, in PostTask()