Home
last modified time | relevance | path

Searched defs:CreateMessage (Results 1 – 8 of 8) sorted by relevance

/base/telephony/sms_mms/frameworks/native/sms/src/
Dshort_message.cpp188 int32_t ShortMessage::CreateMessage( in CreateMessage() function in OHOS::Telephony::ShortMessage
Dsms_service_manager_client.cpp216 int32_t SmsServiceManagerClient::CreateMessage(std::string pdu, std::string specification, ShortMes… in CreateMessage() function in OHOS::Telephony::SmsServiceManagerClient
Dsms_service_proxy.cpp477 int32_t SmsServiceProxy::CreateMessage(std::string pdu, std::string specification, ShortMessage &me… in CreateMessage() function in OHOS::Telephony::SmsServiceProxy
/base/telephony/sms_mms/services/cdma/
Dcdma_sms_message.cpp150 std::shared_ptr<CdmaSmsMessage> CdmaSmsMessage::CreateMessage(const std::string &pdu) in CreateMessage() function in OHOS::Telephony::CdmaSmsMessage
/base/time/time_service/services/time/src/
Dsntp_client.cpp201 void SNTPClient::CreateMessage(char* buffer) in CreateMessage() function in OHOS::MiscServices::SNTPClient
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_message.cpp362 std::shared_ptr<GsmSmsMessage> GsmSmsMessage::CreateMessage(const std::string &pdu) in CreateMessage() function in OHOS::Telephony::GsmSmsMessage
/base/telephony/sms_mms/services/
Dsms_service.cpp494 int32_t SmsService::CreateMessage(std::string pdu, std::string specification, ShortMessage &message) in CreateMessage() function in OHOS::Telephony::SmsService
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_sms.cpp416 static napi_value CreateMessage(napi_env env, napi_callback_info info) in CreateMessage() function