Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/test/
Dxcollie_checker_test.cpp25 timeout_(0), in XCollieCheckerTest()
44 if (timeout_ == 0) { in CheckLock()
47 std::this_thread::sleep_for(std::chrono::seconds(timeout_)); in CheckLock()
54 if (timeout_ == 0) { in CheckThreadBlock()
67 std::this_thread::sleep_for(std::chrono::seconds(timeout_)); in SetThreadBlockComplete()
Dxcollie_checker_test.h36 timeout_ = time; in SetBlockTime()
48 int timeout_;
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddumper_opts.cpp60 timeout_ = DEFAULT_TIMEOUT; in Reset()
89 timeout_ = opts.timeout_; in operator =()
185 if (timeout_ < 1) { in CheckOptions()
186 errStr = std::to_string(timeout_); in CheckOptions()
224 DUMPER_HILOGD(MODULE_COMMON, "debug|timeout=%{public}d", timeout_); in Dump()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_opts.h41 int timeout_; member
/base/location/interfaces/inner_api/include/
Dlocation_async_context.h217 int timeout_;
221 : AsyncContext(env, work, deferred), timeout_(0), callbackHost_(0) {} in AsyncContext()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dhidumper_executor.cpp40 timeOutMillSec_ = parameter->GetOpts().timeout_ * SEC_TO_MILLISEC; in DoPreExecute()
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp341 DumpStatus timeOutStatus = SetCmdIntegerParameter(optarg, opts_.timeout_); in ParseShortCmdOption()
345 opts_.timeout_ = (opts_.timeout_ == 0) ? INT32_MAX : opts_.timeout_; in ParseShortCmdOption()
/base/location/frameworks/js/napi/source/
Dlocation_napi_event.cpp364 asyncContext->timeout_ = config->GetTimeOut(); in CreateSingleLocationAsyncContext()
374 callbackHost->Wait(context->timeout_); in CreateSingleLocationAsyncContext()