Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h42 static bool PrefixMatch(const std::string &valueFromSim, const std::string &valuePrefix);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_matching_rule.cpp49 bool OperatorMatchingRule::PrefixMatch(const std::string &valueFromSim, const std::string &valuePre… in PrefixMatch() function in OHOS::Telephony::OperatorMatchingRule
H A Doperator_config_loader.cpp223 isAllRuleMatch = OperatorMatchingRule::PrefixMatch(gid1FromSim_, strVal); in MatchOperatorRule()
231 isAllRuleMatch = OperatorMatchingRule::PrefixMatch(gid2FromSim_, strVal); in MatchOperatorRule()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2778 EXPECT_FALSE(operatorMatchingRule->PrefixMatch(iccidFromSim, iccidRegex));