Home
last modified time | relevance | path

Searched refs:VendorFactoryReset (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h36 int VendorFactoryReset(void);
H A Dmock.cpp91 int NfcVendorAdaptions::VendorFactoryReset(void) in VendorFactoryReset() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/ohos5.0/drivers/peripheral/nfc/vendor_adaptor/
H A Dinfc_vendor.h42 virtual int VendorFactoryReset(void);
H A Dnfc_vendor_adaptions.h96 int VendorFactoryReset(void) override;
H A Dnfc_vendor_adaptions.cpp351 int NfcVendorAdaptions::VendorFactoryReset(void) in VendorFactoryReset() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/ohos5.0/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp218 int ret = adaptor_.VendorFactoryReset(); in DoFactoryReset()