Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h39 static bool IccidRegexMatch(const std::string &iccidFromSim, const std::string &iccidRegex);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_matching_rule.cpp20 bool OperatorMatchingRule::IccidRegexMatch(const std::string &iccidFromSim, const std::string &icci… in IccidRegexMatch() function in OHOS::Telephony::OperatorMatchingRule
H A Doperator_config_loader.cpp199 isAllRuleMatch = OperatorMatchingRule::IccidRegexMatch(iccidFromSim_, strVal); in MatchOperatorRule()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2774 EXPECT_FALSE(operatorMatchingRule->IccidRegexMatch(iccidFromSim, iccidRegex));