Searched refs:cardType_ (Results 1 – 8 of 8) sorted by relevance
176 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()
134 return cardType_; in GetCardType()175 FrontendType cardType_ = FrontendType::JS_CARD; variable
30 : 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 …]
242 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()
106 std::map<int32_t, CardType> cardType_; variable
96 int32_t cardType_; variable
566 subContainer->cardType_ = FrontendType::ETS_CARD;578 subContainer->cardType_ = FrontendType::JS_CARD;
913 service->cardType_[0] = CardType::UNKNOWN_CARD;