Searched refs:TypeOfNum (Results 1 – 6 of 6) sorted by relevance
/base/telephony/sms_mms/services/sms/include/gsm/ |
D | gsm_sms_param_codec.h | 38 …void DecodeSmscPdu(uint8_t *pAddress, uint8_t addrLen, enum TypeOfNum ton, std::string &decodeAddr…
|
D | gsm_sms_param_decode.h | 29 void DecodeSmscPdu(uint8_t *srcAddr, uint8_t addrLen, enum TypeOfNum ton, std::string &desAddr);
|
D | gsm_pdu_code_type.h | 30 enum TypeOfNum { enum
|
/base/telephony/sms_mms/services/sms/gsm/ |
D | gsm_sms_param_codec.cpp | 74 void GsmSmsParamCodec::DecodeSmscPdu(uint8_t *pAddress, uint8_t addrLen, enum TypeOfNum ton, std::s… in DecodeSmscPdu()
|
D | gsm_sms_param_decode.cpp | 144 void GsmSmsParamDecode::DecodeSmscPdu(uint8_t *srcAddr, uint8_t addrLen, enum TypeOfNum ton, std::s… in DecodeSmscPdu()
|
/base/telephony/sms_mms/test/gtest/ |
D | zero_branch_sms_test.cpp | 617 gsmSmsParamCodec->DecodeSmscPdu(pSMSC, 0, TypeOfNum::TYPE_UNKNOWN, decodeAddr); 618 gsmSmsParamCodec->DecodeSmscPdu(nullptr, 1, TypeOfNum::TYPE_UNKNOWN, decodeAddr); 619 gsmSmsParamCodec->DecodeSmscPdu(pSMSC, 1, TypeOfNum::TYPE_UNKNOWN, decodeAddr); 620 gsmSmsParamCodec->DecodeSmscPdu(pSMSC, 1, TypeOfNum::TYPE_INTERNATIONAL, decodeAddr); 621 gsmSmsParamCodec->DecodeSmscPdu(pSMSC, 1, TypeOfNum::TYPE_INTERNATIONAL, decodeAddr);
|