Home
last modified time | relevance | path

Searched refs:cardType_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp176 cardType_ = cardType; in RunCard()
177 if (cardType_ == FrontendType::ETS_CARD) { in RunCard()
180 } else if (cardType_ == FrontendType::JS_CARD) { in RunCard()
187 frontend_->Initialize(cardType_, taskExecutor_); in RunCard()
217 if (cardType_ == FrontendType::ETS_CARD) { // ETS Card : API9 only support New Pipeline in RunCard()
231 if (cardType_ == FrontendType::ETS_CARD) { in RunCard()
300 if (cardType_ == FrontendType::ETS_CARD) { // ETS Card : API9 only support NG-Host & NG-eTSCard in RunCard()
316 } else if (cardType_ == FrontendType::JS_CARD) { in RunCard()
H A Dsub_container.h134 return cardType_; in GetCardType()
175 FrontendType cardType_ = FrontendType::JS_CARD; variable
/ohos5.0/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()
66 if (VCardConfiguration::IsVer40(cardType_)) { in ContactBegin()
68 } else if (VCardConfiguration::IsVer30(cardType_)) { in ContactBegin()
183 if (VCardConfiguration::IsVer30(cardType_)) { in ConstructPhoneticNameFields()
221 if (VCardConfiguration::IsVer40(cardType_)) { in ConstructName()
227 if (VCardConfiguration::IsVer30(cardType_)) { in ConstructName()
255 } else if (VCardConfiguration::IsVer30(cardType_)) { in ConstructName()
443 if (VCardConfiguration::IsVer40(cardType_)) { in ConstructSipAddresses()
[all …]
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp242 cardType_[slotId] = type; in UpdateSimState()
571 … record.slotId_, cardType_[record.slotId_], simState_[record.slotId_], simReason_[record.slotId_]); in UpdateData()
801 for (it = cardType_.begin(); it != cardType_.end(); ++it) { in GetCardType()
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h106 std::map<int32_t, CardType> cardType_; variable
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h96 int32_t cardType_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp566 subContainer->cardType_ = FrontendType::ETS_CARD;
578 subContainer->cardType_ = FrontendType::JS_CARD;
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp913 service->cardType_[0] = CardType::UNKNOWN_CARD;