Searched refs:imsiFromSim (Results 1 – 3 of 3) sorted by relevance
28 bool OperatorMatchingRule::ImsiRegexMatch(const std::string &imsiFromSim, const std::string &imsiRe… in ImsiRegexMatch() argument30 if (imsiFromSim.empty()) { in ImsiRegexMatch()33 return std::regex_match(imsiFromSim, std::regex(imsiRegex)); in ImsiRegexMatch()
776 std::string imsiFromSim = simFile_->ObtainIMSI(); in HandleSimRecordsLoaded() local777 std::string encryptImsiFromSim = EncryptImsi(imsiFromSim); in HandleSimRecordsLoaded()
40 static bool ImsiRegexMatch(const std::string &imsiFromSim, const std::string &imsiRegex);