Searched refs:VendorSecureElementCaGetAtr (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/secure_element/test/unittest/mock/ |
H A D | mock.cpp | 48 int SecureElementCaProxy::VendorSecureElementCaGetAtr(uint8_t *rsp, uint32_t *rspLen) const in VendorSecureElementCaGetAtr() function in OHOS::HDI::SecureElement::SecureElementCaProxy 54 return p->VendorSecureElementCaGetAtr(rsp, rspLen); in VendorSecureElementCaGetAtr()
|
H A D | mock.h | 44 MOCK_METHOD(int, VendorSecureElementCaGetAtr, (uint8_t *rsp, uint32_t *rspLen), ());
|
/ohos5.0/drivers/peripheral/secure_element/secure_element_ca_proxy/ |
H A D | secure_element_ca_proxy.cpp | 112 int SecureElementCaProxy::VendorSecureElementCaGetAtr(uint8_t *rsp, uint32_t *rspLen) const in VendorSecureElementCaGetAtr() function in OHOS::HDI::SecureElement::SecureElementCaProxy
|
H A D | secure_element_ca_proxy.h | 52 int VendorSecureElementCaGetAtr(uint8_t *rsp, uint32_t *rspLen) const;
|
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/ |
H A D | se_vendor_adaptions_mock_test.cpp | 73 EXPECT_CALL(mockTee_, VendorSecureElementCaGetAtr(_, _))
|
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | se_vendor_adaptions.cpp | 92 int ret = SecureElementCaProxy::GetInstance().VendorSecureElementCaGetAtr(res, &resLen); in getAtr()
|