Searched refs:MAX_CODE_NUM (Results 1 – 4 of 4) sorted by relevance
28 static constexpr int32_t MAX_CODE_NUM = 3; variable37 if (code >= MAX_CODE_NUM) { in OnRemoteRequest()
28 static const int32_t MAX_CODE_NUM = 3; variable37 if (cmdCode >= MAX_CODE_NUM) { in FuzzSendRequest()
30 static constexpr int32_t MAX_CODE_NUM = 14; variable39 if (cmdCode >= MAX_CODE_NUM) { in FuzzSendRequest()
60 const int32_t MAX_CODE_NUM = 40; variable97 int32_t result = remote->SendRequest(data[index++] % MAX_CODE_NUM, request, reply, option); in LocatorProxySendRequestTest()