Home
last modified time | relevance | path

Searched refs:pRetVal (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/
H A Dnfc_vendor_adaptions_test.cpp122 std::vector<uint8_t> pRetVal; in HWTEST_F() local
124 int ret = nfcVendorAdaptions->VendorIoctlWithResponse(arg, pData, 0, pRetVal); in HWTEST_F()
/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.h94 int VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) override;
105 int VendorGetHistoryNci(void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal);
H A Dinfc_vendor.h40 virtual int VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal);
H A Dnfc_vendor_adaptions.cpp286 int NfcVendorAdaptions::VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) in VendorIoctlWithResponse() argument
298 return VendorGetHistoryNci(pData, dataLen, pRetVal); in VendorIoctlWithResponse()
314 pRetVal.push_back(pTmp[VENDOR_IOCTL_OUTPUT_LEN_INDEX + i]); in VendorIoctlWithResponse()
320 int NfcVendorAdaptions::VendorGetHistoryNci(void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) in VendorGetHistoryNci() argument
334 pRetVal.push_back(inOutData[VENDOR_IOCTL_OUTPUT_DATA_START_INDEX + i]); in VendorGetHistoryNci()
/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h34 int VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal);
H A Dmock.cpp81 int NfcVendorAdaptions::VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) in VendorIoctlWithResponse() argument

Completed in 2 milliseconds