Home
last modified time | relevance | path

Searched refs:geoScope (Results 1 - 9 of 9) sorted by relevance

/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_codec.h186 uint8_t geoScope = 0; member
226 return serialNum.geoScope == other.serialNum.geoScope && serialNum.msgCode == other.serialNum.msgCode && in operator ==()
242 bool GetGeoScope(uint8_t &geoScope) const;
H A Dsms_cb_data.h50 uint8_t geoScope = 0; member
76 inline static const std::string GEO_SCOPE = "geoScope";
/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_codec.cpp50 return cbHeader_->serialNum.geoScope == codec.cbHeader_->serialNum.geoScope && in operator ==()
224 unsigned short serialNum = ((snFields.geoScope & HEX_VALUE_03) << HEX_VALUE_0E) | in EncodeCbSerialNum()
408 std::string cbSerialNum("\nserialNum: geoScope " + std::to_string(cbHeader_->serialNum.geoScope) + "| updateNum " + in ToString()
451 bool GsmCbCodec::GetGeoScope(uint8_t &geoScope) const in GetGeoScope()
457 geoScope = cbHeader_->serialNum.geoScope; in GetGeoScope()
467 cbSerial = ((cbHeader_->serialNum.geoScope & HEX_VALUE_03) << HEX_VALUE_0E) | in GetSerialNum()
H A Dgsm_cb_gsm_codec.cpp63 cbHeader_->serialNum.geoScope = (temp & HEX_VALUE_C0) >> HEX_VALUE_06; in Decode2gHeader()
H A Dgsm_cb_umts_codec.cpp75 cbHeader_->serialNum.geoScope = (temp & HEX_VALUE_C0) >> HEX_VALUE_06; in Decode3gHeader()
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp195 switch (info.header->serialNum.geoScope) { in InitLocation()
384 cbMessage->GetGeoScope(sendData.geoScope); in GetCbData()
390 want.SetParam(SmsCbData::GEO_SCOPE, static_cast<char>(sendData.geoScope)); in PackageWantData()
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_receive_handler.cpp295 want.SetParam(SmsCbData::GEO_SCOPE, static_cast<char>(sendData.geoScope)); in SetCBBroadcastParam()
337 sendData.geoScope = message->GetGeoScope(); in GetCBData()
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H A Dunittesttwo_fuzzer.cpp219 uint8_t geoScope = static_cast<uint8_t>(GetNumRandom(1, 10)); in TestGetSomething() local
220 m_pGsmCbCodec->GetGeoScope(geoScope); in TestGetSomething()
251 m_pGsmCbCodec->GetGeoScope(geoScope); in TestGetSomething()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cb_test.cpp744 uint8_t geoScope = 1; in HWTEST_F() local
745 ret = cbMsg->GetGeoScope(geoScope); in HWTEST_F()

Completed in 8 milliseconds