Lines Matching refs:CommandObjectSP

806         "open", CommandObjectSP(new CommandObjectPlatformFOpen(interpreter)));  in CommandObjectPlatformFile()
808 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()
810 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()
812 "write", CommandObjectSP(new CommandObjectPlatformFWrite(interpreter))); in CommandObjectPlatformFile()
1649 CommandObjectSP(new CommandObjectPlatformProcessAttach(interpreter))); in CommandObjectPlatformProcess()
1652 CommandObjectSP(new CommandObjectPlatformProcessLaunch(interpreter))); in CommandObjectPlatformProcess()
1653 LoadSubCommand("info", CommandObjectSP(new CommandObjectPlatformProcessInfo( in CommandObjectPlatformProcess()
1655 LoadSubCommand("list", CommandObjectSP(new CommandObjectPlatformProcessList( in CommandObjectPlatformProcess()
1846 CommandObjectSP(new CommandObjectPlatformSelect(interpreter))); in CommandObjectPlatform()
1848 CommandObjectSP(new CommandObjectPlatformList(interpreter))); in CommandObjectPlatform()
1850 CommandObjectSP(new CommandObjectPlatformStatus(interpreter))); in CommandObjectPlatform()
1851 LoadSubCommand("connect", CommandObjectSP( in CommandObjectPlatform()
1855 CommandObjectSP(new CommandObjectPlatformDisconnect(interpreter))); in CommandObjectPlatform()
1856 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()
1859 CommandObjectSP(new CommandObjectPlatformMkDir(interpreter))); in CommandObjectPlatform()
1861 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()
1862 LoadSubCommand("get-file", CommandObjectSP(new CommandObjectPlatformGetFile( in CommandObjectPlatform()
1864 LoadSubCommand("get-size", CommandObjectSP(new CommandObjectPlatformGetSize( in CommandObjectPlatform()
1866 LoadSubCommand("put-file", CommandObjectSP(new CommandObjectPlatformPutFile( in CommandObjectPlatform()
1868 LoadSubCommand("process", CommandObjectSP( in CommandObjectPlatform()
1871 CommandObjectSP(new CommandObjectPlatformShell(interpreter))); in CommandObjectPlatform()
1874 CommandObjectSP(new CommandObjectPlatformInstall(interpreter))); in CommandObjectPlatform()