Searched refs:REJECT_CALL_MSG_MAX_LEN (Results 1 – 3 of 3) sorted by relevance
39 char content[REJECT_CALL_MSG_MAX_LEN + 1];
395 (void)memset_s(para->content, REJECT_CALL_MSG_MAX_LEN + 1, 0, REJECT_CALL_MSG_MAX_LEN + 1); in RejectCall()396 …errno_t result = memcpy_s(para->content, REJECT_CALL_MSG_MAX_LEN, content.c_str(), content.length(… in RejectCall()
28 constexpr uint16_t REJECT_CALL_MSG_MAX_LEN = 300; variable