Searched defs:SendMessageContext (Results 1 – 1 of 1) sorted by relevance
98 struct SendMessageContext : BaseContext { struct99 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 …]