Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_sms.h98 struct SendMessageContext : BaseContext { struct
99 int32_t slotId = DEFAULT_SIM_SLOT_ID;
100 std::u16string destinationHost = u"";
101 std::u16string serviceCenter = u"";
102 std::u16string textContent = u"";
103 std::vector<uint8_t> rawDataContent;
104 napi_ref thisVarRef = nullptr;
105 napi_async_work work = nullptr;
106 napi_ref sendCallbackRef = nullptr;
107 napi_ref deliveryCallbackRef = nullptr;
[all …]