Lines Matching refs:NfcPollingParams
20 uint16_t NfcPollingParams::NFC_POLL_DEFAULT = 0x3F;
22 NfcPollingParams::NfcPollingParams() : techMask_(0), in NfcPollingParams() function in OHOS::NFC::NfcPollingParams
29 bool NfcPollingParams::operator==(const std::shared_ptr<NfcPollingParams> params) const in operator ==()
37 std::shared_ptr<NfcPollingParams> NfcPollingParams::GetNfcOffParameters() in GetNfcOffParameters()
39 return std::make_shared<NfcPollingParams>(); in GetNfcOffParameters()
42 uint16_t NfcPollingParams::GetTechMask() const in GetTechMask()
47 bool NfcPollingParams::ShouldEnablePolling() const in ShouldEnablePolling()
52 bool NfcPollingParams::ShouldEnableLowPowerPolling() const in ShouldEnableLowPowerPolling()
57 bool NfcPollingParams::ShouldEnableReaderMode() const in ShouldEnableReaderMode()
62 bool NfcPollingParams::ShouldEnableHostRouting() const in ShouldEnableHostRouting()
67 void NfcPollingParams::SetTechMask(uint16_t techMask) in SetTechMask()
72 void NfcPollingParams::SetEnableReaderMode(bool isEnable) in SetEnableReaderMode()
77 std::string NfcPollingParams::ToString() in ToString()