Searched refs:VendorIoctlWithResponse (Results 1 - 7 of 7) sorted by relevance
/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() function in OHOS::HDI::Nfc::NfcVendorAdaptions
|
/drivers/peripheral/nfc/vendor_adaptor/ |
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.h | 94 int VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal) override;
|
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() function in OHOS::HDI::Nfc::NfcVendorAdaptions
|
/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/ |
H A D | nfc_vendor_adaptions_test.cpp | 115 * @tc.desc: Test NfcVendorAdaptionsTest VendorIoctlWithResponse. 124 int ret = nfcVendorAdaptions->VendorIoctlWithResponse(arg, pData, 0, pRetVal); in HWTEST_F()
|
/drivers/peripheral/nfc/hdi_service/ |
H A D | nfc_impl.cpp | 202 int ret = adaptor_.VendorIoctlWithResponse(cmd, (void*)&data[0], data.size(), response); in IoctlWithResponse()
|
Completed in 3 milliseconds