/base/startup/appspawn/standard/ |
H A D | appspawn_manager.h | 66 } AppSpawnMsgNode; typedef 82 AppSpawnMsgNode *message; 98 AppSpawnMsgNode *message; 160 void ProcessAppSpawnDumpMsg(const AppSpawnMsgNode *message); 161 int ProcessTerminationStatusMsg(const AppSpawnMsgNode *message, AppSpawnResult *result); 163 AppSpawnMsgNode *CreateAppSpawnMsg(void); 164 void DeleteAppSpawnMsg(AppSpawnMsgNode *msgNode); 165 int CheckAppSpawnMsg(const AppSpawnMsgNode *message); 166 int DecodeAppSpawnMsg(AppSpawnMsgNode *message); 168 AppSpawnMsgNode **outMs [all...] |
H A D | appspawn_msgmgr.c | 27 void *GetAppSpawnMsgInfo(const AppSpawnMsgNode *message, int type) in GetAppSpawnMsgInfo() 36 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len) in GetAppSpawnMsgExtInfo() 63 int CheckAppSpawnMsgFlag(const AppSpawnMsgNode *message, uint32_t type, uint32_t index) in CheckAppSpawnMsgFlag() 85 int SetAppSpawnMsgFlag(const AppSpawnMsgNode *message, uint32_t type, uint32_t index) in SetAppSpawnMsgFlag() 94 AppSpawnMsgNode *CreateAppSpawnMsg(void) in CreateAppSpawnMsg() 96 AppSpawnMsgNode *message = (AppSpawnMsgNode *)calloc(1, sizeof(AppSpawnMsgNode)); in CreateAppSpawnMsg() 103 void DeleteAppSpawnMsg(AppSpawnMsgNode *msgNode) in DeleteAppSpawnMsg() 131 static int AppSpawnMsgRebuild(AppSpawnMsgNode *messag [all...] |
H A D | appspawn_service.h | 45 typedef struct TagAppSpawnMsgNode AppSpawnMsgNode; typedef 52 AppSpawnMsgNode *incompleteMsg; // 保存不完整的消息,额外保存消息头信息
|
H A D | appspawn_service.c | 66 static void ProcessRecvMsg(AppSpawnConnection *connection, AppSpawnMsgNode *message); 407 APPSPAWN_STATIC bool MsgDevicedebugCheck(TaskHandle stream, AppSpawnMsgNode *message) in MsgDevicedebugCheck() 438 AppSpawnMsgNode *message = connection->receiverCtx.incompleteMsg; // incomplete msg in OnReceiveRequest() 707 AppSpawnMsgNode *message = NULL; in GetAppSpawnMsg() 884 static void ProcessSpawnReqMsg(AppSpawnConnection *connection, AppSpawnMsgNode *message) in ProcessSpawnReqMsg() 1175 AppSpawnMsgNode *message = NULL; in GetAppSpawningCtxFromArg() 1348 static AppSpawnMsgNode *ProcessSpawnBegetctlMsg(AppSpawnConnection *connection, AppSpawnMsgNode *message) in ProcessSpawnBegetctlMsg() 1355 AppSpawnMsgNode *msgNode = RebuildAppSpawnMsgNode(message, appInfo); in ProcessSpawnBegetctlMsg() 1365 static void ProcessBegetCmdMsg(AppSpawnConnection *connection, AppSpawnMsgNode *messag [all...] |
H A D | appspawn_appmgr.c | 393 void ProcessAppSpawnDumpMsg(const AppSpawnMsgNode *message) in ProcessAppSpawnDumpMsg() 431 int ProcessTerminationStatusMsg(const AppSpawnMsgNode *message, AppSpawnResult *result) in ProcessTerminationStatusMsg()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_appmgr_test.cpp | 299 * @brief AppSpawnMsgNode 304 AppSpawnMsgNode *msgNode = CreateAppSpawnMsg(); in HWTEST_F() 315 AppSpawnMsgNode *outMsg = nullptr; in HWTEST_F() 364 AppSpawnMsgNode *outMsg = nullptr; in HWTEST_F() 412 AppSpawnMsgNode *outMsg = nullptr; in HWTEST_F() 438 AppSpawnMsgNode *outMsg = nullptr; in HWTEST_F() 486 AppSpawnMsgNode *outMsg = nullptr; in HWTEST_F() 534 AppSpawnMsgNode *outMsg = nullptr; in HWTEST_F() 569 AppSpawnMsgNode *outMsg = nullptr; in HWTEST_F() 601 AppSpawnMsgNode *outMs in HWTEST_F() [all...] |
H A D | app_spawn_cold_run_test.cpp | 257 appProperty.message = (AppSpawnMsgNode *)malloc(sizeof(AppSpawnMsgNode)); in HWTEST_F()
|
H A D | app_spawn_common_test.cpp | 42 APPSPAWN_STATIC int BuildFdInfoMap(const AppSpawnMsgNode *message, std::map<std::string, int> &fdMap, int isColdRun);
434 AppSpawnMsgNode *msgNode = CreateAppSpawnMsg();
in HWTEST_F() 659 property.message = (AppSpawnMsgNode *)malloc(sizeof(AppSpawnMsgNode) + sizeof(AppSpawnMsgNode) + APP_LEN_PROC_NAME);
in HWTEST_F()
|
H A D | app_spawn_sandbox_new_mount_test.cpp | 488 property.message = (AppSpawnMsgNode *)malloc(sizeof(AppSpawnMsgNode));
in HWTEST_F()
|
H A D | app_spawn_sandboxmgr_test.cpp | 459 AppSpawnMsgNode *outMsg = nullptr; in TestCreateAppSpawningCtx()
|
/base/startup/appspawn/modules/native_adapter/ |
H A D | native_adapter.cpp | 35 APPSPAWN_STATIC int BuildFdInfoMap(const AppSpawnMsgNode *message, std::map<std::string, int> &fdMap, int isColdRun) in BuildFdInfoMap()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 527 AppSpawnMsgNode *AppSpawnTestHelper::CreateAppSpawnMsg(AppSpawnMsg *msg) in CreateAppSpawnMsg() 529 AppSpawnMsgNode *msgNode = static_cast<AppSpawnMsgNode *>(calloc(1, sizeof(AppSpawnMsgNode))); in CreateAppSpawnMsg() 553 AppSpawnMsgNode *msgNode = CreateAppSpawnMsg(reqNode->msg); in GetAppProperty()
|
H A D | app_spawn_test_helper.h | 140 AppSpawnMsgNode *CreateAppSpawnMsg(AppSpawnMsg *msg);
|
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 46 typedef struct TagAppSpawnMsgNode AppSpawnMsgNode;
typedef
|
/base/startup/appspawn/modules/sandbox/ |
H A D | appspawn_sandbox.h | 211 const AppSpawnMsgNode *message; // 修改成操作消息
|
/base/startup/appspawn/modules/ace_adapter/ |
H A D | ace_adapter.cpp | 142 APPSPAWN_STATIC int BuildFdInfoMap(const AppSpawnMsgNode *message, std::map<std::string, int> &fdMap, int isColdRun) in BuildFdInfoMap()
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_common.c | 499 AppSpawnMsgNode *message = property->message; in SetFdEnv()
|