Home
last modified time | relevance | path

Searched refs:Matche (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_operator_rule.h50 bool Matche(const std::string_view &certHash, const std::string_view &packageName) const;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp234 if (rule.Matche(hash, package)) { in HasOperatorPrivileges()
H A Dicc_operator_rule.cpp305 bool IccOperatorRule::Matche(const std::string_view &certHash, const std::string_view &packageName)… in Matche() function in OHOS::Telephony::IccOperatorRule
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp792 EXPECT_TRUE(iccOperatorRule->Matche(certHash, packageName));
1156 EXPECT_TRUE(iccOperatorRule->Matche(certHash, packageName));
H A Dzero_branch_test.cpp2772 EXPECT_TRUE(iccOperatorRule->Matche(certHash, packageName));