Searched refs:GetShellHandle (Results 1 - 18 of 18) sorted by relevance
/base/startup/init/test/unittest/begetctl/ |
H A D | begetctl_unittest.cpp | 34 BShellParamCmdRegister(GetShellHandle(), 0); in HWTEST_F() 38 BShellEnvDirectExecute(GetShellHandle(), 1, const_cast<char **>(args)); in HWTEST_F() 43 BShellParamCmdRegister(GetShellHandle(), 0); in HWTEST_F() 47 BShellEnvDirectExecute(GetShellHandle(), sizeof(args) / sizeof(args[0]), const_cast<char **>(args)); in HWTEST_F() 52 BShellParamCmdRegister(GetShellHandle(), 0); in HWTEST_F() 56 BShellEnvDirectExecute(GetShellHandle(), sizeof(args) / sizeof(args[0]), const_cast<char **>(args)); in HWTEST_F() 61 BShellParamCmdRegister(GetShellHandle(), 0); in HWTEST_F() 65 BShellEnvDirectExecute(GetShellHandle(), sizeof(args) / sizeof(args[0]), const_cast<char **>(args)); in HWTEST_F() 70 BShellParamCmdRegister(GetShellHandle(), 0); in HWTEST_F() 74 BShellEnvDirectExecute(GetShellHandle(), sizeo in HWTEST_F() [all...] |
/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(); in HWTEST_F() 215 BShellEnvErrString(GetShellHandle(), 1); in HWTEST_F() 216 BShellEnvOutputResult(GetShellHandle(), 1); in HWTEST_F()
|
/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 | bootchart_cmd.c | 62 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | init_cmd_reboot.c | 61 BShellEnvRegisterCmd(GetShellHandle(), &infos[i - 1]); in MODULE_CONSTRUCTOR()
|
H A D | begetctl.h | 37 BShellHandle GetShellHandle(void);
|
H A D | setloglevel.c | 73 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | modulectl.c | 62 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 | begetctl_cmd.c | 166 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in MODULE_CONSTRUCTOR()
|
H A D | partitionslot.cpp | 150 BShellEnvRegisterCmd(GetShellHandle(), &infos[i - 1]); 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()
|
/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()
|
/base/startup/init/test/moduletest/ |
H A D | syspara.cpp | 99 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]);
|
H A D | param_test_cmds.c | 395 BShellEnvRegisterCmd(GetShellHandle(), &infos[i]); in BShellCmdRegister()
|
Completed in 6 milliseconds