Home
last modified time | relevance | path

Searched defs:reqNode (Results 1 – 5 of 5) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/client/
Dappspawn_msg.c38 static inline int CheckMsg(const AppSpawnReqMsgNode *reqNode, const AppSpawnTlv *tlv, const char *n… in CheckMsg()
62 static AppSpawnMsgBlock *CreateAppSpawnMsgBlock(AppSpawnReqMsgNode *reqNode) in CreateAppSpawnMsgBlock()
73 static AppSpawnMsgBlock *GetValidMsgBlock(const AppSpawnReqMsgNode *reqNode, uint32_t realLen) in GetValidMsgBlock()
87 static AppSpawnMsgBlock *GetTailMsgBlock(const AppSpawnReqMsgNode *reqNode) in GetTailMsgBlock()
121 static int AddAppDataToTail(AppSpawnReqMsgNode *reqNode, const uint8_t *data, uint32_t dataLen, int… in AddAppDataToTail()
150 static int AddAppDataEx(AppSpawnReqMsgNode *reqNode, const char *name, const AppSpawnAppData *data) in AddAppDataEx()
188 static int AddAppData(AppSpawnReqMsgNode *reqNode, in AddAppData()
232 static int SetFlagsTlv(AppSpawnReqMsgNode *reqNode, in SetFlagsTlv()
252 static int CreateBaseMsg(AppSpawnReqMsgNode *reqNode, uint32_t msgType, const char *processName) in CreateBaseMsg()
278 static void DeleteAppSpawnReqMsg(AppSpawnReqMsgNode *reqNode) in DeleteAppSpawnReqMsg()
[all …]
Dappspawn_client.c167 static int ReadMessage(int socketFd, uint8_t *buf, int len, AppSpawnReqMsgNode *reqNode, AppSpawnRe… in ReadMessage()
237 static int HandleMsgSend(AppSpawnReqMsgMgr *reqMgr, int socketId, AppSpawnReqMsgNode *reqNode) in HandleMsgSend()
280 static void SendSpawnListenMsg(AppSpawnReqMsgMgr *reqMgr, AppSpawnReqMsgNode *reqNode) in SendSpawnListenMsg()
295 static int ClientSendMsg(AppSpawnReqMsgMgr *reqMgr, AppSpawnReqMsgNode *reqNode, AppSpawnResult *re… in ClientSendMsg()
431 AppSpawnReqMsgNode *reqNode = (AppSpawnReqMsgNode *)reqHandle; in AppSpawnClientSendMsg() local
/base/startup/appspawn/test/unittest/
Dapp_spawn_test_helper.h130 AppSpawnReqMsgNode *reqNode = (AppSpawnReqMsgNode *)reqHandle; in AppSpawnReqMsgSetFlags() local
Dapp_spawn_test_helper.cpp549 AppSpawnReqMsgNode *reqNode = static_cast<AppSpawnReqMsgNode *>(reqHandle); in GetAppProperty() local
/base/startup/appspawn/test/unittest/app_spawn_client_test/
Dapp_spawn_client_test.cpp197 AppSpawnReqMsgNode *reqNode = (AppSpawnReqMsgNode *)reqHandle; variable