Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
Doperator_config_cache.cpp77 std::string iccid = Str16ToStr8(simFileManager_->GetSimIccId()); in LoadOperatorConfig() local
78 std::string filename = EncryptIccId(iccid) + ".json"; in LoadOperatorConfig()
169 std::string OperatorConfigCache::EncryptIccId(const std::string iccid) in EncryptIccId() argument
174 SHA256_Update(&sha256, iccid.c_str(), iccid.size()); in EncryptIccId()
/base/telephony/sms_mms/services/sms/
Dsms_network_policy_manager.cpp137 std::string iccid = Str16ToStr8(tempIccId); in IsCtSimCard() local
138 if (!iccid.empty() && iccid.length() >= ICCID_LEN_MINIMUM) { in IsCtSimCard()
139 std::string subIccId = iccid.substr(0, ICCID_LEN_MINIMUM); in IsCtSimCard()
/base/telephony/telephony_data/interfaces/innerkits/include/
Dopkey_data.h76 std::string iccid = ""; member
/base/telephony/core_service/services/sim/include/
Doperator_config_cache.h35 std::string EncryptIccId(const std::string iccid);
/base/telephony/telephony_data/common/src/
Dparser_util.cpp223 bean.iccid = ruleRoot[ITEM_ICCID].asString(); in ParserOpKeyInfos()
231 if (!bean.iccid.empty()) { in ParserOpKeyInfos()
258 value.PutString(OpKeyData::ICCID, bean.iccid); in ParserOpKeyToValuesBucket()
/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h476 bool IsSimChanged(int32_t slotId, std::string iccid);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp426 bool CellularCallConfig::IsSimChanged(int32_t slotId, std::string iccid) in IsSimChanged() argument
433 if (iccid.compare(lastIccid) != 0) { in IsSimChanged()
434 SetParameter(key.c_str(), iccid.c_str()); in IsSimChanged()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test_util.cpp105 const std::string iccid = Str16ToStr8(result); in ParseOperatorConf() local
106 std::string filename = ofpc.EncryptIccId(iccid) + ".json"; in ParseOperatorConf()