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