Searched refs:ptype (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | cf_mock.cpp | 63 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 D | crypto_x509_cert_chain_test.cpp | 88 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 D | cf_mock.h | 73 MOCK_METHOD(void *, GENERAL_NAME_get0_value, (const GENERAL_NAME *a, int *ptype));
|