Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_cb_handler.h36 using SmsCbInfo = struct CbInfo { struct
37 CbInfo(const std::shared_ptr<GsmCbCodec::GsmCbMessageHeader> &headPtr, in CbInfo() argument
41 CbInfo() {} in CbInfo() function
42 std::shared_ptr<GsmCbCodec::GsmCbMessageHeader> header = nullptr;
44 std::u16string plmn_ = u"";
45 int32_t lac_ = -1;
46 int32_t cid_ = -1;
48 bool MatchLocation(std::u16string plmn, int32_t lac, int32_t cid) in MatchLocation()