Searched refs:IoctlWithResponse (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/drivers/peripheral/nfc/test/unittest/nfc_impl_mock_test/ |
H A D | nfc_impl_mock_test.cpp | 221 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); 237 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); 260 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status);
|
/ohos5.0/drivers/peripheral/nfc/test/unittest/nfc_impl_test/ |
H A D | nfc_impl_test.cpp | 222 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); 238 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); 262 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status);
|
/ohos5.0/drivers/peripheral/nfc/hdi_service/ |
H A D | nfc_impl.h | 39 …int32_t IoctlWithResponse(NfcCommand cmd, const std::vector<uint8_t> &data, std::vector<uint8_t> &…
|
H A D | nfc_impl.cpp | 189 int32_t NfcImpl::IoctlWithResponse(NfcCommand cmd, const std::vector<uint8_t> &data, in IoctlWithResponse() function in OHOS::HDI::Nfc::V1_1::NfcImpl
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/cpp_target/nfc/v1_1/ |
H A D | nfc_interface_service.cpp.txt | 46 int32_t NfcInterfaceService::IoctlWithResponse(OHOS::HDI::Nfc::V1_0::NfcCommand cmd, const std::vec…
|
H A D | nfc_interface_service.h.txt | 37 … int32_t IoctlWithResponse(OHOS::HDI::Nfc::V1_0::NfcCommand cmd, const std::vector<uint8_t>& data,
|
H A D | infc_interface.h.txt | 81 …virtual int32_t IoctlWithResponse(OHOS::HDI::Nfc::V1_0::NfcCommand cmd, const std::vector<uint8_t>…
|
H A D | nfc_interface_proxy.h.txt | 78 … int32_t IoctlWithResponse(OHOS::HDI::Nfc::V1_0::NfcCommand cmd, const std::vector<uint8_t>& data,
|
H A D | nfc_interface_stub.cpp.txt | 342 int32_t nfcInterfaceRet = impl->IoctlWithResponse(cmd, data, response, status);
|
H A D | nfc_interface_proxy.cpp.txt | 225 int32_t OHOS::HDI::Nfc::V1_1::NfcInterfaceProxy::IoctlWithResponse(OHOS::HDI::Nfc::V1_0::NfcCommand…
|
/ohos5.0/drivers/interface/nfc/v1_1/ |
H A D | INfcInterface.idl | 91 …IoctlWithResponse([in] enum NfcCommand cmd, [in] List<unsigned char> data, [out] List<unsigned cha…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/foo/nfc/v1_1/ |
H A D | INfcInterface.idl | 91 …IoctlWithResponse([in] enum NfcCommand cmd, [in] List<unsigned char> data, [out] List<unsigned cha…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/dump_ast_target/ |
H A D | dump.txt | 19 [mini, lite, full] IoctlWithResponse(
|