Home
last modified time | relevance | path

Searched refs:VendorSecureElementCaGetAtr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp48 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 Dmock.h44 MOCK_METHOD(int, VendorSecureElementCaGetAtr, (uint8_t *rsp, uint32_t *rspLen), ());
/ohos5.0/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.cpp112 int SecureElementCaProxy::VendorSecureElementCaGetAtr(uint8_t *rsp, uint32_t *rspLen) const in VendorSecureElementCaGetAtr() function in OHOS::HDI::SecureElement::SecureElementCaProxy
H A Dsecure_element_ca_proxy.h52 int VendorSecureElementCaGetAtr(uint8_t *rsp, uint32_t *rspLen) const;
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp73 EXPECT_CALL(mockTee_, VendorSecureElementCaGetAtr(_, _))
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp92 int ret = SecureElementCaProxy::GetInstance().VendorSecureElementCaGetAtr(res, &resLen); in getAtr()