Home
last modified time | relevance | path

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

/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h33 int VendorIoctl(long arg, void *pData);
H A Dmock.cpp76 int NfcVendorAdaptions::VendorIoctl(long arg, void *pData) in VendorIoctl() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/drivers/peripheral/nfc/vendor_adaptor/
H A Dinfc_vendor.h39 virtual int VendorIoctl(long arg, void *pData);
H A Dnfc_vendor_adaptions.h93 int VendorIoctl(long arg, void *pData) override;
H A Dnfc_vendor_adaptions.cpp272 int NfcVendorAdaptions::VendorIoctl(long arg, void *pData) in VendorIoctl() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/
H A Dnfc_vendor_adaptions_test.cpp101 * @tc.desc: Test NfcVendorAdaptionsTest VendorIoctl.
109 int ret = nfcVendorAdaptions->VendorIoctl(arg, pData); in HWTEST_F()
/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp186 int ret = adaptor_.VendorIoctl(data.size(), (uint8_t *)&data[0]); in Ioctl()

Completed in 4 milliseconds