Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_executor.cpp30 : cmd_(cmd), timeoutSec_(timeoutSec) in ShellCommandExecutor()
47 if (timeoutSec_ <= 0) { in WaitWorkDone()
49 } else if (!cvWork_.wait_for(workLock, timeoutSec_ * 1s, condition)) { in WaitWorkDone()
51 cmd_.data(), timeoutSec_); in WaitWorkDone()
52 …:cout << "Warning! Command execution timed out! cmd : " << cmd_ << ", timeoutSec : " << timeoutSec_ in WaitWorkDone()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command_executor.h55 int64_t timeoutSec_ = 0; variable
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dshell_command_executor_test.cpp122 Command_->timeoutSec_ = -1;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.h52 uint32_t timeoutSec_ = 0; member