Searched defs:commandResult (Results 1 – 7 of 7) sorted by relevance
137 int commandResult = RcsUtils.statusCodeToResultCode( in handleMessage() local140 pCmdStatus.getRequestId(), commandResult); in handleMessage() local153 int commandResult = RcsUtils.statusCodeToResultCode( in handleMessage() local156 pCmdStatus.getRequestId(), commandResult); in handleMessage() local
106 type commandResult struct { struct107 Cmd *command `json:"cmd"`108 Stdout string `json:"stdout,omitempty"`109 Stderr string `json:"stderr,omitempty"`110 ExitCode int `json:"exitcode,omitempty"`
236 CommandResult commandResult = mDevice.executeShellV2Command(String.format("[ -x %s ]", in isDeviceFileExecutable() local254 CommandResult commandResult = in doRunTest() local301 CommandResult commandResult = doRunTest(testDevice, fullPath, xmlFullPath); in runTest() local
91 public void parseResult(File f, CommandResult commandResult) { in parseResult()
211 VkResult commandResult = VK_SUCCESS; in present() local
5500 "commandResult": { object