Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp63 void *__real_GENERAL_NAME_get0_value(const GENERAL_NAME *a, int *ptype);
146 … ON_CALL(*this, GENERAL_NAME_get0_value).WillByDefault([this](const GENERAL_NAME *a, int *ptype) { in SetMockFunDefaultBehaviorPartOne() argument
147 return __real_GENERAL_NAME_get0_value(a, ptype); in SetMockFunDefaultBehaviorPartOne()
738 void *__wrap_GENERAL_NAME_get0_value(const GENERAL_NAME *a, int *ptype) in __wrap_GENERAL_NAME_get0_value() argument
742 return X509OpensslMock::GetInstance().GENERAL_NAME_get0_value(a, ptype); in __wrap_GENERAL_NAME_get0_value()
744 return __real_GENERAL_NAME_get0_value(a, ptype); in __wrap_GENERAL_NAME_get0_value()
H A Dcrypto_x509_cert_chain_test.cpp88 void *__real_GENERAL_NAME_get0_value(const GENERAL_NAME *a, int *ptype);
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/include/
H A Dcf_mock.h73 MOCK_METHOD(void *, GENERAL_NAME_get0_value, (const GENERAL_NAME *a, int *ptype));