Lines Matching refs:SendResponse
263 static int SendResponse(const AppSpawnConnection *connection, const AppSpawnMsg *msg, int result, p… in SendResponse() function
880 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
895 SendResponse(connection, &message->msgHeader, APPSPAWN_SYSTEM_ERROR, 0); in ProcessSpawnReqMsg()
912 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
918 SendResponse(connection, &message->msgHeader, ret, 0); in ProcessSpawnReqMsg()
940 …SendResponse(property->message->connection, &property->message->msgHeader, APPSPAWN_CHILD_CRASH, 0… in WaitChildDied()
961 …SendResponse(property->message->connection, &property->message->msgHeader, APPSPAWN_SPAWN_TIMEOUT,… in WaitChildTimeout()
974 … SendResponse(property->message->connection, &property->message->msgHeader, result, property->pid); in ProcessChildFdCheck()
1025 SendResponse(property->message->connection, &property->message->msgHeader, 0, property->pid); in ProcessChildResponse()
1358 SendResponse(connection, msg, APPSPAWN_DEBUG_MODE_NOT_SUPPORT, 0); in ProcessBegetCmdMsg()
1364 SendResponse(connection, msg, APPSPAWN_DEBUG_MODE_NOT_SUPPORT, 0); in ProcessBegetCmdMsg()
1456 SendResponse(connection, &message->msgHeader, APPSPAWN_MSG_INVALID, 0); in ProcessSpawnRestartMsg()
1463 SendResponse(connection, &message->msgHeader, 0, 0); in ProcessSpawnRestartMsg()
1586 SendResponse(connection, msg, ret == 0 ? result.result : ret, result.pid); in ProcessRecvMsg()
1597 SendResponse(connection, msg, 0, 0); in ProcessRecvMsg()
1605 SendResponse(connection, msg, GetAppSpawnMgr()->spawnTime.minAppspawnTime, in ProcessRecvMsg()
1611 SendResponse(connection, msg, ret, 0); in ProcessRecvMsg()
1618 SendResponse(connection, msg, ret, 0); in ProcessRecvMsg()
1622 SendResponse(connection, msg, APPSPAWN_MSG_INVALID, 0); in ProcessRecvMsg()