Home
last modified time | relevance | path

Searched refs:EncryptIccId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp94 std::string filename = EncryptIccId(iccid + opkey) + ".json"; in LoadOperatorConfig()
202 std::string OperatorConfigCache::EncryptIccId(const std::string iccid) in EncryptIccId() function in OHOS::Telephony::OperatorConfigCache
328 std::string filename = EncryptIccId(iccid) + ".json"; in IsNeedOperatorLoad()
H A Dmulti_sim_controller.cpp624 std::string encryptIccIdSub1 = EncryptIccId(iccIdSub1); in getDefaultMainSlotByIccId()
625 std::string encryptIccIdSub2 = EncryptIccId(iccIdSub2); in getDefaultMainSlotByIccId()
952 std::string MultiSimController::EncryptIccId(const std::string iccid) in EncryptIccId() function in OHOS::Telephony::MultiSimController
974 std::string encryptIccId = EncryptIccId(iccId); in SavePrimarySlotIdInfo()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_config_cache.h35 std::string EncryptIccId(const std::string iccid);
H A Dmulti_sim_controller.h101 std::string EncryptIccId(const std::string iccid);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test_util.cpp112 std::string filename = ofpc.EncryptIccId(iccid) + ".json"; in ParseOperatorConf()
H A Dzero_branch_test_core_service.cpp448 multiSimController->EncryptIccId("");