Home
last modified time | relevance | path

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

/base/startup/appspawn_lite/services/test/unittest/common/
Dmessage_func_test.cpp143 MessageSt msgSt = {0}; variable
163 MessageSt msgSt = {0}; variable
232 MessageSt msgSt = {0}; variable
267 MessageSt msgSt = {0}; variable
/base/startup/appspawn/test/unittest/app_spawn_lite_test/
Dapp_spawn_lite_test.cpp197 MessageSt msgSt = {0}; variable
217 MessageSt msgSt = {0}; variable
286 MessageSt msgSt = {0}; variable
321 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.c84 static int GetMessageSt(MessageSt *msgSt, IpcIo *req) in GetMessageSt()
/base/startup/appspawn_lite/services/src/
Dappspawn_message.c103 static int GetCaps(const cJSON* curItem, MessageSt* msgSt) in GetCaps()
152 int SplitMessage(const char* msg, unsigned int msgLen, MessageSt* msgSt) in SplitMessage()
Dappspawn_service.c97 static int GetMessageSt(MessageSt* msgSt, IpcIo* req) in GetMessageSt()
130 MessageSt msgSt = {0}; in Invoke() local
Dappspawn_process.c134 pid_t CreateProcess(const MessageSt* msgSt) in CreateProcess()