Searched refs:GetShellHandle (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/begetctl/ |
H A D | begetctl_unittest.cpp | 34 BShellParamCmdRegister(GetShellHandle(), 0); 43 BShellParamCmdRegister(GetShellHandle(), 0); 52 BShellParamCmdRegister(GetShellHandle(), 0); 61 BShellParamCmdRegister(GetShellHandle(), 0); 70 BShellParamCmdRegister(GetShellHandle(), 0); 79 BShellParamCmdRegister(GetShellHandle(), 0); 88 BShellParamCmdRegister(GetShellHandle(), 0); 96 BShellParamCmdRegister(GetShellHandle(), 0); 105 BShellParamCmdRegister(GetShellHandle(), 0); 113 BShellParamCmdRegister(GetShellHandle(), 0); [all …]
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | param_shell_unittest.cpp | 41 BShellHandle bshd = GetShellHandle(); in TestInitParamShell() 67 BShellHandle bshd = GetShellHandle(); in TestParamShellCmd() 117 BShellHandle bshd = GetShellHandle(); in TestParamShellCmd1() 147 BShellHandle bshd = GetShellHandle(); in TestParamShellcmdEndkey() 192 BShellHandle bshd = GetShellHandle(); 215 BShellEnvErrString(GetShellHandle(), 1); 216 BShellEnvOutputResult(GetShellHandle(), 1);
|
/ohos5.0/base/startup/init/services/begetctl/ |
H A D | main.c | 24 BShellHandle GetShellHandle(void) in GetShellHandle() function 62 BShellHandle handle = GetShellHandle(); in main()
|
H A D | begetctl.h | 37 BShellHandle GetShellHandle(void);
|
H A D | init_cmd_reboot.c | 61 BShellEnvRegisterCmd(GetShellHandle(), &infos[i - 1]); in MODULE_CONSTRUCTOR()
|
H A D | bootchart_cmd.c | 62 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | modulectl.c | 62 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | setloglevel.c | 73 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | appspawntime_cmd.c | 82 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | service_control.c | 80 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | dump_service.c | 142 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | partitionslot.cpp | 150 BShellEnvRegisterCmd(GetShellHandle(), &infos[i - 1]); in MODULE_CONSTRUCTOR()
|
H A D | begetctl_cmd.c | 166 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | misc_daemon.cpp | 206 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | sandbox.cpp | 274 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
/ohos5.0/base/startup/init/services/begetctl/shell/ |
H A D | shell_main.c | 40 BShellHandle GetShellHandle(void) in GetShellHandle() function 68 BShellHandle handle = GetShellHandle(); in main()
|
/ohos5.0/base/startup/init/test/moduletest/ |
H A D | syspara.cpp | 100 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | param_test_cmds.c | 395 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in BShellCmdRegister()
|