Home
last modified time | relevance | path

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

/interface/sdk-js/api/application/
DAbilityDelegator.d.ts1171 executeShellCommand(cmd: string, callback: AsyncCallback<ShellCmdResult>): void; method
1192executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback<ShellCmdResult>): vo… method
1213 executeShellCommand(cmd: string, timeoutSecs?: number): Promise<ShellCmdResult>; method