Home
last modified time | relevance | path

Searched defs:CreateMessage (Results 1 – 9 of 9) 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.cpp241 int32_t SmsServiceManagerClient::CreateMessage(std::string pdu, std::string specification, ShortMes… in CreateMessage() function in OHOS::Telephony::SmsServiceManagerClient
Dsms_service_proxy.cpp572 int32_t SmsServiceProxy::CreateMessage(std::string pdu, std::string specification, ShortMessage &me… in CreateMessage() function in OHOS::Telephony::SmsServiceProxy
/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
Dgetsmssegmentsinfo_fuzzer.cpp183 void CreateMessage(const uint8_t *data, size_t size) in CreateMessage() function
/base/telephony/sms_mms/services/sms/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.cpp210 void SNTPClient::CreateMessage(char *buffer) in CreateMessage() function in OHOS::MiscServices::SNTPClient
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_message.cpp376 std::shared_ptr<GsmSmsMessage> GsmSmsMessage::CreateMessage(const std::string &pdu) in CreateMessage() function in OHOS::Telephony::GsmSmsMessage
/base/telephony/sms_mms/services/sms/
Dsms_service.cpp689 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.cpp505 static napi_value CreateMessage(napi_env env, napi_callback_info info) in CreateMessage() function