Home
last modified time | relevance | path

Searched refs:UnregForegroundDispatch (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Ditag_session.h169 virtual int UnregForegroundDispatch(AppExecFwk::ElementName &element) = 0;
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_session_proxy.h58 int UnregForegroundDispatch(ElementName &element) override;
H A Dtag_foreground.cpp89 return tagSession->UnregForegroundDispatch(element); in UnregForeground()
H A Dtag_session_proxy.cpp377 int TagSessionProxy::UnregForegroundDispatch(ElementName &element) in UnregForegroundDispatch() function in OHOS::NFC::TAG::TagSessionProxy
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.h191 int UnregForegroundDispatch(ElementName &element) override;
H A Dtag_session_stub.cpp431 int ret = UnregForegroundDispatch(*(element)); in HandleUnregForegroundDispatch()
H A Dtag_session.cpp568 int TagSession::UnregForegroundDispatch(ElementName &element) in UnregForegroundDispatch() function in OHOS::NFC::TAG::TagSession
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tagsession_test/tagsession/tagsession_fuzzer/
H A Dtagsession_fuzzer.cpp125 tagSession->UnregForegroundDispatch(element); in FuzzUnregForegroundDispatch()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp151 int result = tagSession->UnregForegroundDispatch(element);