Lines Matching defs:shell
65 static int32_t BShellParamCmdRead(BShellHandle shell, int32_t argc, char *argv[])
191 static int32_t BShellParamCmdWatch(BShellHandle shell, int32_t argc, char *argv[])
223 static int32_t BShellParamCmdInstall(BShellHandle shell, int32_t argc, char *argv[])
236 static int32_t BShellParamCmdDisplay(BShellHandle shell, int32_t argc, char *argv[])
252 static int32_t BShellParamCmdGroupTest(BShellHandle shell, int32_t argc, char *argv[])
265 static int32_t BShellParamCmdUdidGet(BShellHandle shell, int32_t argc, char *argv[])
271 BShellEnvOutput(shell, " udid: %s\r\n", localDeviceId);
295 static int32_t BShellParamCmdMemGet(BShellHandle shell, int32_t argc, char *argv[])
364 static int32_t BShellParamCmdWatchService(BShellHandle shell, int32_t argc, char *argv[])
370 int32_t BShellCmdRegister(BShellHandle shell, int execMode)
378 BShellEnvRegisterCmd(shell, &infos[i]);