Home
last modified time | relevance | path

Searched refs:REJECT_CALL_MSG_MAX_LEN (Results 1 – 3 of 3) sorted by relevance

/base/telephony/call_manager/services/call/include/
Dcall_request_handler.h39 char content[REJECT_CALL_MSG_MAX_LEN + 1];
/base/telephony/call_manager/services/call/src/
Dcall_request_handler.cpp395 (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()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h28 constexpr uint16_t REJECT_CALL_MSG_MAX_LEN = 300; variable