Searched refs:pRetVal (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/ |
H A D | nfc_vendor_adaptions_test.cpp | 122 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 D | nfc_vendor_adaptions.h | 94 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 D | infc_vendor.h | 40 virtual int VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal);
|
H A D | nfc_vendor_adaptions.cpp | 286 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 D | mock.h | 34 int VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal);
|
H A D | mock.cpp | 81 int NfcVendorAdaptions::VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) in VendorIoctlWithResponse() argument
|
Completed in 2 milliseconds