Home
last modified time | relevance | path

Searched refs:MSG_EXT_NAME_BEGET_PID (Results 1 – 4 of 4) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_beget_test.cpp79 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_BEGET_PID, cmd); in TestSendAppspawnCmdMessage()
141 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_BEGET_PID, "1008");
/base/startup/appspawn/interfaces/innerkits_new/include/
Dappspawn.h252 #define MSG_EXT_NAME_BEGET_PID "AppPid" macro
/base/startup/init/services/begetctl/
Dsandbox.cpp134 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_BEGET_PID, cmd); in SendAppspawnCmdMessage()
/base/startup/appspawn/standard/
Dappspawn_service.c820 const char *cmdMsg = (const char *)GetAppSpawnMsgExtInfo(message, MSG_EXT_NAME_BEGET_PID, &len); in ProcessSpawnBegetctlMsg()