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