Lines Matching defs:int32_t
21 inline constexpr int32_t MAX_EVENT_SIZE { 100 };
22 inline constexpr int32_t STREAM_BUF_READ_FAIL { 1 };
23 inline constexpr int32_t STREAM_BUF_WRITE_FAIL { 2 };
24 inline constexpr int32_t MAX_VECTOR_SIZE { 10 };
25 inline constexpr int32_t MEM_OUT_OF_BOUNDS { 3 };
26 inline constexpr int32_t MEMCPY_SEC_FUN_FAIL { 4 };
27 inline constexpr int32_t PARAM_INPUT_INVALID { 5 };
28 inline constexpr int32_t MAX_STREAM_BUF_SIZE { 1024 };
30 inline constexpr int32_t ONCE_PROCESS_NETPACKET_LIMIT { 100 };
31 inline constexpr int32_t INVALID_FD { 6 };
32 inline constexpr int32_t INVALID_PID { 7 };
33 inline constexpr int32_t SESSION_NOT_FOUND { 8 };
34 inline constexpr int32_t EPOLL_MODIFY_FAIL { 9 };
35 inline constexpr int32_t ADD_SESSION_FAIL { 11 };
37 inline constexpr int32_t MAX_RECV_LIMIT { 13 };
38 inline constexpr int32_t SERVICE_NOT_RUNNING { 14 };
39 inline constexpr int32_t CONNECT_MODULE_TYPE_FI_CLIENT { 0 };
41 inline constexpr int32_t SEND_RETRY_LIMIT { 32 };
44 enum class MessageId : int32_t {
78 enum TokenType : int32_t {