Searched defs:smscPdu (Results 1 - 6 of 6) sorted by relevance
/base/telephony/sms_mms/interfaces/innerkits/ims/ |
H A D | ims_sms_types.h | 52 std::string smscPdu = "";
member
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sms_parcel.h | 32 std::string smscPdu = ""; member 49 std::string smscPdu = ""; member 63 std::string smscPdu = ""; member
|
H A D | telephony_types.h | 412 std::string smscPdu = ""; member 434 std::string smscPdu = ""; member
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sms.cpp | 71 int32_t TelRilSms::UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu, in UpdateSimMessage() argument 58 AddSimMessage( int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) AddSimMessage() argument 98 SendSmsMoreMode( std::string &smscPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) SendSmsMoreMode() argument
|
H A D | tel_ril_manager.cpp | 722 SendGsmSms( int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) SendGsmSms() argument 786 SendSmsMoreMode( int32_t slotId, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) SendSmsMoreMode() argument
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 701 string smscPdu;
in SendRilCmSmsTest() local 706 cin >> smscPdu;
in SendRilCmSmsTest() local 725 string smscPdu;
in SendRilCmSmsMoreModeTest() local 730 cin >> smscPdu;
in SendRilCmSmsMoreModeTest() local
|
Completed in 11 milliseconds