Home
last modified time | relevance | path

Searched refs:ecc_withcard (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dglobal_params_data.h105 std::string ecc_withcard = ""; member
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_rdb_helper.cpp80 result->GetString(index, bean.ecc_withcard); in QueryEccList()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp487 bean.ecc_withcard = ParseAsString(cJSON_GetObjectItem(itemRoot, ITEM_ECC_WITH_CARD)); in ParserEccDataInfos()
501 value.PutString(EccData::ECC_WITH_CARD, bean.ecc_withcard); in ParserEccDataToValuesBucket()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp290 std::string eccWithCard = eccVec[0].ecc_withcard; in GetEccListFromResult()