Home
last modified time | relevance | path

Searched defs:timeoutSec (Results 1 – 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/tools/aa/src/
Dtest_observer.cpp56 …llCommandResult TestObserver::ExecuteShellCommand(const std::string& cmd, const int64_t timeoutSec) in ExecuteShellCommand()
Dshell_command_executor.cpp29 ShellCommandExecutor::ShellCommandExecutor(const std::string& cmd, const int64_t timeoutSec) in ShellCommandExecutor()
Dtest_observer_proxy.cpp104 const std::string& cmd, const int64_t timeoutSec) in ExecuteShellCommand()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
Dobex_client.cpp506 int ObexClient::CreateSession(uint32_t timeoutSec) in CreateSession()
537 int ObexClient::SetSessionTimeout(uint32_t timeoutSec) in SetSessionTimeout()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
Dability_delegator.cpp326 …lCmdResult> AbilityDelegator::ExecuteShellCommand(const std::string &cmd, const int64_t timeoutSec) in ExecuteShellCommand()