Searched refs:IoctlWithResponse (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/nfc/test/unittest/nfc_impl_test/ |
H A D | nfc_impl_test.cpp | 212 * @tc.desc: Test NfcImplTest IoctlWithResponse. 222 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); in HWTEST_F() 228 * @tc.desc: Test NfcImplTest IoctlWithResponse. 238 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); in HWTEST_F() 244 * @tc.desc: Test NfcImplTest IoctlWithResponse. 261 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); in HWTEST_F()
|
/drivers/peripheral/nfc/test/unittest/nfc_impl_mock_test/ |
H A D | nfc_impl_mock_test.cpp | 211 * @tc.desc: Test NfcImplTest IoctlWithResponse. 221 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); in HWTEST_F() 227 * @tc.desc: Test NfcImplTest IoctlWithResponse. 237 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); in HWTEST_F() 243 * @tc.desc: Test NfcImplTest IoctlWithResponse. 260 int ret = nfcImpl->IoctlWithResponse(cmd, data, response, status); in HWTEST_F()
|
/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> &response,
|
H A D | nfc_impl.cpp | 195 int32_t NfcImpl::IoctlWithResponse(NfcCommand cmd, const std::vector<uint8_t> &data, in IoctlWithResponse() function in OHOS::HDI::Nfc::V1_1::NfcImpl 199 HDF_LOGE("NfcImpl::IoctlWithResponse, data is nullptr!"); in IoctlWithResponse()
|
Completed in 2 milliseconds