Searched refs:UnregForegroundDispatch (Results 1 – 9 of 9) sorted by relevance
169 virtual int UnregForegroundDispatch(AppExecFwk::ElementName &element) = 0;
58 int UnregForegroundDispatch(ElementName &element) override;
89 return tagSession->UnregForegroundDispatch(element); in UnregForeground()
377 int TagSessionProxy::UnregForegroundDispatch(ElementName &element) in UnregForegroundDispatch() function in OHOS::NFC::TAG::TagSessionProxy
191 int UnregForegroundDispatch(ElementName &element) override;
431 int ret = UnregForegroundDispatch(*(element)); in HandleUnregForegroundDispatch()
568 int TagSession::UnregForegroundDispatch(ElementName &element) in UnregForegroundDispatch() function in OHOS::NFC::TAG::TagSession
125 tagSession->UnregForegroundDispatch(element); in FuzzUnregForegroundDispatch()
151 int result = tagSession->UnregForegroundDispatch(element);