Searched refs:MSG_EXT_NAME_BEGET_PTY_NAME (Results 1 - 4 of 4) sorted by relevance
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_beget_test.cpp | 78 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_BEGET_PTY_NAME, ptyName); in TestSendAppspawnCmdMessage() 140 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_BEGET_PTY_NAME, g_ptyName.c_str()); in HWTEST_F() 176 AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_BEGET_PTY_NAME, nullptr); in HWTEST_F()
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_begetctl.c | 77 const char *cmdMsg = (const char *)GetAppSpawnMsgExtInfo(property->message, MSG_EXT_NAME_BEGET_PTY_NAME, &len); in RunBegetctlBootApp()
|
/base/startup/appspawn/interfaces/innerkits/include/ |
H A D | appspawn.h | 273 #define MSG_EXT_NAME_BEGET_PTY_NAME "ptyName" macro
|
/base/startup/init/services/begetctl/ |
H A D | sandbox.cpp | 136 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_BEGET_PTY_NAME, ptyName); in SendAppspawnCmdMessage()
|
Completed in 4 milliseconds