Home
last modified time | relevance | path

Searched refs:imsiFromSim (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_matching_rule.cpp28 bool OperatorMatchingRule::ImsiRegexMatch(const std::string &imsiFromSim, const std::string &imsiRe… in ImsiRegexMatch() argument
30 if (imsiFromSim.empty()) { in ImsiRegexMatch()
33 return std::regex_match(imsiFromSim, std::regex(imsiRegex)); in ImsiRegexMatch()
H A Dsim_file_manager.cpp776 std::string imsiFromSim = simFile_->ObtainIMSI(); in HandleSimRecordsLoaded() local
777 std::string encryptImsiFromSim = EncryptImsi(imsiFromSim); in HandleSimRecordsLoaded()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h40 static bool ImsiRegexMatch(const std::string &imsiFromSim, const std::string &imsiRegex);