Searched refs:timeoutSecs (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | test_observer_stub.cpp | 52 int64_t timeoutSecs = data.ReadInt64(); in OnRemoteRequest() local 53 ShellCommandResult result = ExecuteShellCommand(cmd, timeoutSecs); in OnRemoteRequest()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-ability.md | 29 …mand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;<br>execute…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-ability.md | 29 …mand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): void;<br>execute…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/ |
H A D | js_ability_delegator.cpp | 661 int64_t timeoutSecs = 0; in OnExecuteShellCommand() local 662 if (!ParseExecuteShellCommandPara(env, info, cmd, opt, timeoutSecs)) { in OnExecuteShellCommand() 669 NapiAsyncTask::ExecuteCallback execute = [cmd, timeoutSecs, shellCmdResultBox]() { in OnExecuteShellCommand() 682 shellCmdResultBox->shellCmdResult_ = delegator->ExecuteShellCommand(cmd, timeoutSecs); in OnExecuteShellCommand()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/ |
H A D | js-apis-inner-application-abilityDelegator.md | 1100 executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): vo… 1115 | timeoutSecs | number | 是 | 设定命令超时时间,单位秒(s… 1136 executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult> 1151 | timeoutSecs | number | 否 | 设定命令超时时间,单位秒(s)。 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-ability.md | 68 …<br>类名: AbilityDelegator<br>方法 or 属性: executeShellCommand(cmd: string, timeoutSecs: number, callba… 69 …<br>类名: AbilityDelegator<br>方法 or 属性: executeShellCommand(cmd: string, timeoutSecs?: number): Prom… 206 …r<br>类名: AbilityDelegator<br>方法 or 属性:executeShellCommand(cmd: string, timeoutSecs: number, callba… 207 …r<br>类名: AbilityDelegator<br>方法 or 属性:executeShellCommand(cmd: string, timeoutSecs?: number): Prom…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-ability.md | 68 …elegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callba… 69 …elegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Prom… 206 …elegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callba… 207 …elegator<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Prom…
|
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/ |
H A D | js-apis-inner-application-abilityDelegator.md | 1100 executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback\<ShellCmdResult>): vo… 1115 | timeoutSecs | number | Yes | Command timeo… 1136 executeShellCommand(cmd: string, timeoutSecs?: number): Promise\<ShellCmdResult> 1151 | timeoutSecs | number | No | Command timeout period, in seconds.|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-ability.md | 6 |删除|类名:AbilityDelegator;<br>方法or属性:executeShellCommand(cmd: string, timeoutSecs: number, callback: … 7 |删除|类名:AbilityDelegator;<br>方法or属性:executeShellCommand(cmd: string, timeoutSecs?: number): Promise\… 482 |新增|NA|类名:AbilityDelegator;<br>方法or属性:executeShellCommand(cmd: string, timeoutSecs: number, callbac… 483 |新增|NA|类名:AbilityDelegator;<br>方法or属性:executeShellCommand(cmd: string, timeoutSecs?: number): Promi…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-ability.md | 6 …legator;<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callba… 7 …legator;<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Prom… 482 …legator;<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs: number, callba… 483 …legator;<br>Method or attribute name: executeShellCommand(cmd: string, timeoutSecs?: number): Prom…
|