Home
last modified time | relevance | path

Searched defs:msgSt (Results 1 – 3 of 3) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_lite_test/
Dapp_spawn_lite_test.cpp207 MessageSt msgSt = {0}; variable
227 MessageSt msgSt = {0}; variable
296 MessageSt msgSt = {0}; variable
331 MessageSt msgSt = {0}; variable
/base/startup/appspawn/lite/
Dappspawn_message.c104 static int GetCaps(const cJSON *curItem, MessageSt *msgSt) in GetCaps()
154 int SplitMessage(const char *msg, unsigned int msgLen, MessageSt *msgSt) in SplitMessage()
Dappspawn_service.c81 static int GetMessageSt(MessageSt *msgSt, IpcIo *req) in GetMessageSt()