Home
last modified time | relevance | path

Searched refs:RegForegroundDispatch (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dforeground_callback_stub_test.cpp64 KITS::ErrorCode result = foregroundCallbackStub->RegForegroundDispatch(callback);
78 KITS::ErrorCode result = foregroundCallbackStub->RegForegroundDispatch(callback);
93 KITS::ErrorCode result = foregroundCallbackStub->RegForegroundDispatch(callback);
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dforeground_callback_stub.h34 KITS::ErrorCode RegForegroundDispatch(const sptr<KITS::IForegroundCallback> &callback);
H A Dforeground_callback_stub.cpp88 KITS::ErrorCode ForegroundCallbackStub::RegForegroundDispatch(const sptr<KITS::IForegroundCallback>… in RegForegroundDispatch() function in OHOS::NFC::TAG::ForegroundCallbackStub
H A Dtag_session_proxy.h56 int RegForegroundDispatch(ElementName &element, std::vector<uint32_t> &discTech,
H A Dtag_foreground.cpp72 return tagSession->RegForegroundDispatch(element, discTech, callback); in RegForeground()
H A Dtag_session_proxy.cpp344 int TagSessionProxy::RegForegroundDispatch(ElementName &element, std::vector<uint32_t> &discTech, in RegForegroundDispatch() function in OHOS::NFC::TAG::TagSessionProxy
351 ForegroundCallbackStub::GetInstance()->RegForegroundDispatch(callback); in RegForegroundDispatch()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Ditag_session.h160 virtual int RegForegroundDispatch(AppExecFwk::ElementName &element,
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.h182 int RegForegroundDispatch(ElementName &element,
H A Dtag_session_stub.cpp400 ret = RegForegroundDispatch(*(element), discTech, foregroundCallback_); in HandleRegForegroundDispatch()
H A Dtag_session.cpp507 int TagSession::RegForegroundDispatch(ElementName &element, std::vector<uint32_t> &discTech, in RegForegroundDispatch() function in OHOS::NFC::TAG::TagSession
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tagsession_test/tagsession/tagsession_fuzzer/
H A Dtagsession_fuzzer.cpp115 tagSession->RegForegroundDispatch(element, discTech, iForegroundCallbackImpl); in FuzzRegForegroundDispatch()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp166 int result = tagSession->RegForegroundDispatch(element, discTech, callback);