Searched refs:VendorSecureElementCaGetAtr (Results 1 - 6 of 6) sorted by relevance
/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), ());
|
/drivers/peripheral/secure_element/secure_element_ca_proxy/ |
H A D | secure_element_ca_proxy.h | 52 int VendorSecureElementCaGetAtr(uint8_t *rsp, uint32_t *rspLen) const; 106 const char *const CA_GET_ATR_SYMBOL = "VendorSecureElementCaGetAtr";
|
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
|
/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(_, _)) in HWTEST_F()
|
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | se_vendor_adaptions.cpp | 86 int ret = SecureElementCaProxy::GetInstance().VendorSecureElementCaGetAtr(res, &resLen);
in getAtr()
|
Completed in 4 milliseconds