Home
last modified time | relevance | path

Searched refs:VendorIoctlWithResponse (Results 1 - 7 of 7) sorted by relevance

/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() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/drivers/peripheral/nfc/vendor_adaptor/
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.h94 int VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) override;
H A Dnfc_vendor_adaptions.cpp286 int NfcVendorAdaptions::VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) in VendorIoctlWithResponse() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/
H A Dnfc_vendor_adaptions_test.cpp115 * @tc.desc: Test NfcVendorAdaptionsTest VendorIoctlWithResponse.
124 int ret = nfcVendorAdaptions->VendorIoctlWithResponse(arg, pData, 0, pRetVal); in HWTEST_F()
/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp202 int ret = adaptor_.VendorIoctlWithResponse(cmd, (void*)&data[0], data.size(), response); in IoctlWithResponse()

Completed in 3 milliseconds