Searched defs:timeoutSec (Results 1 – 10 of 10) sorted by relevance
143 int64_t timeoutSec = 10; variable234 int64_t timeoutSec = 1000; variable249 int64_t timeoutSec = 1000; variable266 int64_t timeoutSec = 1000; variable282 int64_t timeoutSec = 1000; variable
35 …ecFwk::ShellCmdResult> CJAbilityDelegator::ExecuteShellCommand(const char* cmd, int64_t timeoutSec) in ExecuteShellCommand()99 int32_t FFIAbilityDelegatorExecuteShellCommand(int64_t id, const char* cmd, int64_t timeoutSec) in FFIAbilityDelegatorExecuteShellCommand()
56 …llCommandResult TestObserver::ExecuteShellCommand(const std::string& cmd, const int64_t timeoutSec) in ExecuteShellCommand()
29 ShellCommandExecutor::ShellCommandExecutor(const std::string& cmd, const int64_t timeoutSec) in ShellCommandExecutor()
92 const std::string& cmd, const int64_t timeoutSec) in ExecuteShellCommand()
54 int64_t timeoutSec = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
40 int64_t timeoutSec = timeout / SEC_TO_NANOSEC; in TimeoutToRelativeTime() local
107 int64_t timeoutSec = timeout / nano; in TimeoutToRealtime() local
506 int ObexClient::CreateSession(uint32_t timeoutSec) in CreateSession()537 int ObexClient::SetSessionTimeout(uint32_t timeoutSec) in SetSessionTimeout()
325 …lCmdResult> AbilityDelegator::ExecuteShellCommand(const std::string &cmd, const int64_t timeoutSec) in ExecuteShellCommand()