Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_lite_test/
H A Dapp_spawn_lite_test.cpp206 MessageSt msgSt = {0}; variable
226 MessageSt msgSt = {0}; variable
295 MessageSt msgSt = {0}; variable
330 MessageSt msgSt = {0}; variable
/ohos5.0/base/startup/appspawn/lite/
H A 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()
H A Dappspawn_service.c94 static int GetMessageSt(MessageSt *msgSt, IpcIo *req) in GetMessageSt()