Home
last modified time | relevance | path

Searched refs:SmsDcs (Results 1 – 9 of 9) sorted by relevance

/base/telephony/sms_mms/services/sms/include/gsm/
Dgsm_sms_param_decode.h31 bool DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *pDCS);
36 void GetMwiType(const uint8_t dcs, struct SmsDcs &smsDcs);
43 void DecodeDcsGeneralGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs);
44 void DecodeDcsClassGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs);
45 void DecodeDcsDeleteGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs);
46 void DecodeDcsDiscardGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs);
47 void DecodeDcsStoreGsmGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs);
48 void DecodeDcsStoreUCS2GroupPdu(uint8_t dcs, struct SmsDcs *smsDcs);
49 void DecodeDcsUnknownGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs);
Dgsm_pdu_code_type.h121 typedef struct SmsDcs { struct
157 struct SmsDcs dcs; // TP Data Coding Scheme (TP DCS)
177 struct SmsDcs dcs; // TP Data Coding Scheme (TP DCS)
195 struct SmsDcs dcs; // TP Data Coding Scheme (TP DCS)
215 struct SmsDcs dcs; // TP-Data-Coding-Scheme
Dgsm_sms_param_codec.h30 void EncodeDCS(const struct SmsDcs *dcsData, std::string &returnValue);
36 bool DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *smsDcs);
Dgsm_sms_param_encode.h33 void EncodeDCS(const struct SmsDcs *pDCS, std::string &returnValue);
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_param_decode.cpp220 bool GsmSmsParamDecode::DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *smsDcs) in DecodeDcsPdu()
253 void GsmSmsParamDecode::DecodeDcsGeneralGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsGeneralGroupPdu()
270 void GsmSmsParamDecode::DecodeDcsClassGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsClassGroupPdu()
283 void GsmSmsParamDecode::DecodeDcsDeleteGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsDeleteGroupPdu()
295 void GsmSmsParamDecode::DecodeDcsDiscardGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsDiscardGroupPdu()
306 void GsmSmsParamDecode::DecodeDcsStoreGsmGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsStoreGsmGroupPdu()
318 void GsmSmsParamDecode::DecodeDcsStoreUCS2GroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsStoreUCS2GroupPdu()
330 void GsmSmsParamDecode::DecodeDcsUnknownGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsUnknownGroupPdu()
358 void GsmSmsParamDecode::GetMwiType(const uint8_t dcs, struct SmsDcs &smsDcs) in GetMwiType()
Dgsm_sms_param_codec.cpp50 void GsmSmsParamCodec::EncodeDCS(const struct SmsDcs *dcsData, std::string &returnValue) in EncodeDCS()
68 bool GsmSmsParamCodec::DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *smsDcs) in DecodeDcsPdu()
Dgsm_sms_param_encode.cpp162 void GsmSmsParamEncode::EncodeDCS(const struct SmsDcs *dcsData, std::string &returnValue) in EncodeDCS()
/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/
Dgsmsmsparamcodec_fuzzer.cpp220 SmsDcs *dcs = new SmsDcs(); in EncodePduItemsTest()
253 SmsDcs *dcs = new SmsDcs(); in DecodePduItemsTest()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_sms_test.cpp701 SmsDcs *pDCS = new SmsDcs();
730 SmsDcs *pDCS = new SmsDcs();
787 SmsDcs *pDCS = new SmsDcs();
1801 SmsDcs *smsDcs = nullptr;
1809 SmsDcs *mwiTypeSmsDcs = new SmsDcs();