Home
last modified time | relevance | path

Searched refs:GetSmsSegmentsInfoContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_sms.h190 struct GetSmsSegmentsInfoContext : BaseContext { struct
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp1528 auto context = static_cast<GetSmsSegmentsInfoContext *>(data); in NativeGetSmsSegmentsInfo()
1551 auto context = static_cast<GetSmsSegmentsInfoContext *>(data); in GetSmsSegmentsInfoCallback()
1583 auto context = std::make_unique<GetSmsSegmentsInfoContext>().release(); in GetSmsSegmentsInfo()