Home
last modified time | relevance | path

Searched refs:NfcVendorAdaptions (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.cpp20 NfcVendorAdaptions::NfcVendorAdaptions() in NfcVendorAdaptions() function in OHOS::HDI::Nfc::NfcVendorAdaptions
39 NfcVendorAdaptions::~NfcVendorAdaptions() {} in ~NfcVendorAdaptions()
41 int NfcVendorAdaptions::VendorOpen(NfcStackCallbackT *pCback, NfcStackDataCallbackT *pDataCback) in VendorOpen()
46 int NfcVendorAdaptions::VendorWrite(uint16_t dataLen, const uint8_t *pData) in VendorWrite()
51 int NfcVendorAdaptions::VendorCoreInitialized(uint16_t coreInitRspLen, uint8_t *pCoreInitRspParams) in VendorCoreInitialized()
56 int NfcVendorAdaptions::VendorPrediscover(void) in VendorPrediscover()
61 int NfcVendorAdaptions::VendorClose(bool bShutdown) in VendorClose()
66 int NfcVendorAdaptions
[all...]
H A Dmock.h24 class Mock : public NfcVendorAdaptions {
/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/
H A Dnfc_vendor_adaptions_test.cpp66 std::shared_ptr<NfcVendorAdaptions> nfcVendorAdaptions = std::make_shared<NfcVendorAdaptions>(); in HWTEST_F()
80 std::shared_ptr<NfcVendorAdaptions> nfcVendorAdaptions = std::make_shared<NfcVendorAdaptions>(); in HWTEST_F()
94 std::shared_ptr<NfcVendorAdaptions> nfcVendorAdaptions = std::make_shared<NfcVendorAdaptions>(); in HWTEST_F()
108 std::shared_ptr<NfcVendorAdaptions> nfcVendorAdaptions = std::make_shared<NfcVendorAdaptions>(); in HWTEST_F()
123 std::shared_ptr<NfcVendorAdaptions> nfcVendorAdaptions = std::make_shared<NfcVendorAdaptions>(); in HWTEST_F()
[all...]
/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.cpp43 string NfcVendorAdaptions::GetChipType(void) in GetChipType()
64 void NfcVendorAdaptions::CheckFirmwareUpdate(void) in CheckFirmwareUpdate()
84 string NfcVendorAdaptions::GetNfcHalFuncNameSuffix(const std::string &chipType) in GetNfcHalFuncNameSuffix()
93 void NfcVendorAdaptions::ResetNfcInterface(void) in ResetNfcInterface()
112 int8_t NfcVendorAdaptions::InitNfcHalInterfaces(string nfcHalSoName, string suffix) in InitNfcHalInterfaces()
174 NfcVendorAdaptions::NfcVendorAdaptions() in NfcVendorAdaptions() function in OHOS::HDI::Nfc::NfcVendorAdaptions
188 NfcVendorAdaptions::~NfcVendorAdaptions() {} in ~NfcVendorAdaptions()
190 int NfcVendorAdaptions
[all...]
H A Dnfc_vendor_adaptions.h81 class NfcVendorAdaptions : public INfcVendor { class
83 NfcVendorAdaptions();
84 ~NfcVendorAdaptions() override;
/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.h49 NfcVendorAdaptions adaptor_;

Completed in 3 milliseconds