Searched refs:OnTagLost (Results 1 – 6 of 6) sorted by relevance
76 void TagNativeImpl::OnTagLost(uint32_t tagDiscId) in OnTagLost() function in OHOS::NFC::NCI::TagNativeImpl82 tagListener_.lock()->OnTagLost(tagDiscId); in OnTagLost()
195 TagNativeImpl::GetInstance().OnTagLost(tagRfDiscIdList_[0]); in FieldCheckingThread()
44 void OnTagLost(uint32_t tagDiscId);
29 virtual void OnTagLost(uint32_t tagDiscId) = 0;
53 void OnTagLost(uint32_t tagDiscId) override;
162 void NfcService::OnTagLost(uint32_t tagDiscId) in OnTagLost() function in OHOS::NFC::NfcService