Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp282 result = std::string(certificate_.begin(), certificate_.end()); in GetCertificate()
287 this->certificate_ = certificate; in SetCertificate()
292 this->certificate_.swap(certificate); in SetCertificate()
307 bool res = (this->certificate_ == certHash); in Matche()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_operator_rule.h74 std::string certificate_; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp777 std::string_view certHash = iccOperatorRule->certificate_;