Searched refs:RegForegroundDispatch (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | foreground_callback_stub_test.cpp | 64 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 D | foreground_callback_stub.h | 34 KITS::ErrorCode RegForegroundDispatch(const sptr<KITS::IForegroundCallback> &callback);
|
H A D | foreground_callback_stub.cpp | 88 KITS::ErrorCode ForegroundCallbackStub::RegForegroundDispatch(const sptr<KITS::IForegroundCallback>… in RegForegroundDispatch() function in OHOS::NFC::TAG::ForegroundCallbackStub
|
H A D | tag_session_proxy.h | 56 int RegForegroundDispatch(ElementName &element, std::vector<uint32_t> &discTech,
|
H A D | tag_foreground.cpp | 72 return tagSession->RegForegroundDispatch(element, discTech, callback); in RegForeground()
|
H A D | tag_session_proxy.cpp | 344 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 D | itag_session.h | 160 virtual int RegForegroundDispatch(AppExecFwk::ElementName &element,
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session.h | 182 int RegForegroundDispatch(ElementName &element,
|
H A D | tag_session_stub.cpp | 400 ret = RegForegroundDispatch(*(element), discTech, foregroundCallback_); in HandleRegForegroundDispatch()
|
H A D | tag_session.cpp | 507 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 D | tagsession_fuzzer.cpp | 115 tagSession->RegForegroundDispatch(element, discTech, iForegroundCallbackImpl); in FuzzRegForegroundDispatch()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/ |
H A D | tag_session_test.cpp | 166 int result = tagSession->RegForegroundDispatch(element, discTech, callback);
|