Home
last modified time | relevance | path

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

/base/update/updateservice/frameworks/js/napi/client/
Dupdate_session.cpp69 … conditionVariable_.wait_until(lock, now + 40000ms, [this] { return asyncExecuteComplete_; }); in ExecuteWork()
71 asyncExecuteComplete_ ? "true" : "false"); in ExecuteWork()
72 if (!asyncExecuteComplete_) { in ExecuteWork()
Dupdate_session.h58 asyncExecuteComplete_ = true; in OnAsyncComplete()
204 bool asyncExecuteComplete_ = false; variable