Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h32 int VendorPowerCycle(void);
H A Dmock.cpp71 int NfcVendorAdaptions::VendorPowerCycle(void) in VendorPowerCycle() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/ohos5.0/drivers/peripheral/nfc/vendor_adaptor/
H A Dinfc_vendor.h38 virtual int VendorPowerCycle(void);
H A Dnfc_vendor_adaptions.h92 int VendorPowerCycle(void) override;
H A Dnfc_vendor_adaptions.cpp262 int NfcVendorAdaptions::VendorPowerCycle(void) in VendorPowerCycle() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/ohos5.0/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp149 int ret = adaptor_.VendorPowerCycle(); in PowerCycle()