Home
last modified time | relevance | path

Searched refs:cardType_ (Results 1 - 5 of 5) sorted by relevance

/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp30 : cardType_(cardType), charset_(charset) in VCardConstructor()
36 isV30OrV40_ = VCardConfiguration::IsVer30(cardType_) || VCardConfiguration::IsVer40(cardType_); in VCardConstructor()
38 needQP_ = !VCardConfiguration::IsVer30(cardType_); in VCardConstructor()
67 if (VCardConfiguration::IsVer40(cardType_)) { in ContactBegin()
69 } else if (VCardConfiguration::IsVer30(cardType_)) { in ContactBegin()
184 if (VCardConfiguration::IsVer30(cardType_)) { in ConstructPhoneticNameFields()
222 if (VCardConfiguration::IsVer40(cardType_)) { in ConstructName()
228 if (VCardConfiguration::IsVer30(cardType_)) { in ConstructName()
256 } else if (VCardConfiguration::IsVer30(cardType_)) { in ConstructName()
[all...]
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h97 int32_t cardType_; member in OHOS::Telephony::VCardConstructor
/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h106 std::map<int32_t, CardType> cardType_; member in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp247 cardType_[slotId] = type; in UpdateSimState()
577 record.slotId_, cardType_[record.slotId_], simState_[record.slotId_], simReason_[record.slotId_]); in UpdateData()
812 for (it = cardType_.begin(); it != cardType_.end(); ++it) { in GetCardType()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp942 service->cardType_[0] = CardType::UNKNOWN_CARD; in HWTEST_F()

Completed in 6 milliseconds