Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A 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);
H A Dgsm_pdu_code_type.h124 typedef struct SmsDcs { struct
160 struct SmsDcs dcs; // TP Data Coding Scheme (TP DCS)
180 struct SmsDcs dcs; // TP Data Coding Scheme (TP DCS)
198 struct SmsDcs dcs; // TP Data Coding Scheme (TP DCS)
218 struct SmsDcs dcs; // TP-Data-Coding-Scheme
H A Dgsm_sms_param_codec.h30 void EncodeDCS(const struct SmsDcs *dcsData, std::string &returnValue);
36 bool DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *smsDcs);
H A Dgsm_sms_param_encode.h33 void EncodeDCS(const struct SmsDcs *pDCS, std::string &returnValue);
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_decode.cpp235 bool GsmSmsParamDecode::DecodeDcsPdu(SmsReadBuffer &buffer, struct SmsDcs *smsDcs) in DecodeDcsPdu()
268 void GsmSmsParamDecode::DecodeDcsGeneralGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsGeneralGroupPdu()
285 void GsmSmsParamDecode::DecodeDcsClassGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsClassGroupPdu()
298 void GsmSmsParamDecode::DecodeDcsDeleteGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsDeleteGroupPdu()
310 void GsmSmsParamDecode::DecodeDcsDiscardGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsDiscardGroupPdu()
321 void GsmSmsParamDecode::DecodeDcsStoreGsmGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsStoreGsmGroupPdu()
333 void GsmSmsParamDecode::DecodeDcsStoreUCS2GroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsStoreUCS2GroupPdu()
345 void GsmSmsParamDecode::DecodeDcsUnknownGroupPdu(uint8_t dcs, struct SmsDcs *smsDcs) in DecodeDcsUnknownGroupPdu()
373 void GsmSmsParamDecode::GetMwiType(const uint8_t dcs, struct SmsDcs &smsDcs) in GetMwiType()
H A 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()
H A Dgsm_sms_param_encode.cpp162 void GsmSmsParamEncode::EncodeDCS(const struct SmsDcs *dcsData, std::string &returnValue) in EncodeDCS()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/
H A Dgsmsmsparamcodec_fuzzer.cpp220 SmsDcs *dcs = new SmsDcs(); in EncodePduItemsTest()
253 SmsDcs *dcs = new SmsDcs(); in DecodePduItemsTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp701 SmsDcs *pDCS = new SmsDcs();
730 SmsDcs *pDCS = new SmsDcs();
787 SmsDcs *pDCS = new SmsDcs();
1883 SmsDcs *smsDcs = nullptr;
1891 SmsDcs *mwiTypeSmsDcs = new SmsDcs();