Home
last modified time | relevance | path

Searched refs:WAP_PUSH_PORT (Results 1 – 4 of 4) sorted by relevance

/base/telephony/sms_mms/services/sms/
Dsms_receive_indexer.cpp27 static constexpr int16_t WAP_PUSH_PORT = 2948; variable
204 return (destPort_ == WAP_PUSH_PORT); in GetIsWapPushMsg()
Dsms_base_message.cpp31 static constexpr int16_t WAP_PUSH_PORT = 2948; variable
231 return portAddress->destPort == WAP_PUSH_PORT; in IsWapPushMsg()
Dsms_receive_reliability_handler.cpp42 static constexpr int16_t WAP_PUSH_PORT = 2948; variable
128 if (place->GetDestPort() != WAP_PUSH_PORT) { in CheckUnReceiveWapPush()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_sms_test.cpp49 const int16_t WAP_PUSH_PORT = 2948; variable
108 indexer->destPort_ = WAP_PUSH_PORT;