Searched refs:CheckAppSpawnMsg (Results 1 – 4 of 4) sorted by relevance
306 int ret = CheckAppSpawnMsg(msgNode);346 ret = CheckAppSpawnMsg(nullptr);424 ret = CheckAppSpawnMsg(outMsg);450 ret = CheckAppSpawnMsg(outMsg);
165 int CheckAppSpawnMsg(const AppSpawnMsgNode *message);
704 if (ret == 0 && DecodeAppSpawnMsg(message) == 0 && CheckAppSpawnMsg(message) == 0) { in GetAppSpawnMsg()878 int ret = CheckAppSpawnMsg(message); in ProcessSpawnReqMsg()1173 if (ret == 0 && DecodeAppSpawnMsg(message) == 0 && CheckAppSpawnMsg(message) == 0) { in GetAppSpawningCtxFromArg()
178 int CheckAppSpawnMsg(const AppSpawnMsgNode *message) in CheckAppSpawnMsg() function