Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DabilityDelegator.js18 import { ShellCmdResult } from "./shellCmdResult"
136 args[len - 1].call(this, paramMock.businessErrorMock, ShellCmdResult);
139 resolve(ShellCmdResult);
DshellCmdResult.js16 export const ShellCmdResult = { variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_abilityDelegatorRegistry.js19 import { ShellCmdResult as _ShellCmdResult } from "./application/shellCmdResult"
45 ShellCmdResult: _ShellCmdResult property