Home
last modified time | relevance | path

Searched refs:GetShellHandle (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/begetctl/
H A Dbegetctl_unittest.cpp34 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 Dparam_shell_unittest.cpp41 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 Dmain.c24 BShellHandle GetShellHandle(void) in GetShellHandle() function
62 BShellHandle handle = GetShellHandle(); in main()
H A Dbegetctl.h37 BShellHandle GetShellHandle(void);
H A Dinit_cmd_reboot.c61 BShellEnvRegisterCmd(GetShellHandle(), &infos[i - 1]); in MODULE_CONSTRUCTOR()
H A Dbootchart_cmd.c62 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Dmodulectl.c62 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Dsetloglevel.c73 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Dappspawntime_cmd.c82 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Dservice_control.c80 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Ddump_service.c142 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Dpartitionslot.cpp150 BShellEnvRegisterCmd(GetShellHandle(), &infos[i - 1]); in MODULE_CONSTRUCTOR()
H A Dbegetctl_cmd.c166 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Dmisc_daemon.cpp206 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Dsandbox.cpp274 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
/ohos5.0/base/startup/init/services/begetctl/shell/
H A Dshell_main.c40 BShellHandle GetShellHandle(void) in GetShellHandle() function
68 BShellHandle handle = GetShellHandle(); in main()
/ohos5.0/base/startup/init/test/moduletest/
H A Dsyspara.cpp100 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
H A Dparam_test_cmds.c395 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in BShellCmdRegister()