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.cpp206 MessageSt msgSt = {0}; variable
226 MessageSt msgSt = {0}; variable
295 MessageSt msgSt = {0}; variable
330 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.c94 static int GetMessageSt(MessageSt *msgSt, IpcIo *req) in GetMessageSt()