Searched defs:CreateMessage (Results 1 – 9 of 9) sorted by relevance
188 int32_t ShortMessage::CreateMessage( in CreateMessage() function in OHOS::Telephony::ShortMessage
241 int32_t SmsServiceManagerClient::CreateMessage(std::string pdu, std::string specification, ShortMes… in CreateMessage() function in OHOS::Telephony::SmsServiceManagerClient
572 int32_t SmsServiceProxy::CreateMessage(std::string pdu, std::string specification, ShortMessage &me… in CreateMessage() function in OHOS::Telephony::SmsServiceProxy
183 void CreateMessage(const uint8_t *data, size_t size) in CreateMessage() function
150 std::shared_ptr<CdmaSmsMessage> CdmaSmsMessage::CreateMessage(const std::string &pdu) in CreateMessage() function in OHOS::Telephony::CdmaSmsMessage
210 void SNTPClient::CreateMessage(char *buffer) in CreateMessage() function in OHOS::MiscServices::SNTPClient
376 std::shared_ptr<GsmSmsMessage> GsmSmsMessage::CreateMessage(const std::string &pdu) in CreateMessage() function in OHOS::Telephony::GsmSmsMessage
689 int32_t SmsService::CreateMessage(std::string pdu, std::string specification, ShortMessage &message) in CreateMessage() function in OHOS::Telephony::SmsService
505 static napi_value CreateMessage(napi_env env, napi_callback_info info) in CreateMessage() function