Lines Matching refs:shell
64 static int32_t BShellParamCmdRead(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdRead() argument
190 static int32_t BShellParamCmdWatch(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdWatch() argument
222 static int32_t BShellParamCmdInstall(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdInstall() argument
235 static int32_t BShellParamCmdDisplay(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdDisplay() argument
251 static int32_t BShellParamCmdGroupTest(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdGroupTest() argument
264 static int32_t BShellParamCmdUdidGet(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdUdidGet() argument
270 BShellEnvOutput(shell, " udid: %s\r\n", localDeviceId); in BShellParamCmdUdidGet()
294 static int32_t BShellParamCmdMemGet(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdMemGet() argument
363 static int32_t BShellParamCmdWatchService(BShellHandle shell, int32_t argc, char *argv[]) in BShellParamCmdWatchService() argument
369 int32_t BShellCmdRegister(BShellHandle shell, int execMode) in BShellCmdRegister() argument
377 BShellEnvRegisterCmd(shell, &infos[i]); in BShellCmdRegister()