Home
last modified time | relevance | path

Searched refs:IForegroundCallback (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dforeground_callback_stub.h29 class ForegroundCallbackStub : public IRemoteStub<KITS::IForegroundCallback> {
34 KITS::ErrorCode RegForegroundDispatch(const sptr<KITS::IForegroundCallback> &callback);
42 sptr<KITS::IForegroundCallback> callback_;
H A Dtag_foreground.h42 std::vector<uint32_t> &discTech, const sptr<KITS::IForegroundCallback> &callback);
H A Dforeground_callback_stub.cpp88 KITS::ErrorCode ForegroundCallbackStub::RegForegroundDispatch(const sptr<KITS::IForegroundCallback> &callback) in RegForegroundDispatch()
H A Dtag_session_proxy.h57 const sptr<KITS::IForegroundCallback> &callback) override;
H A Dtag_foreground.cpp58 std::vector<uint32_t> &discTech, const sptr<KITS::IForegroundCallback> &callback) in RegForeground()
H A Dtag_session_proxy.cpp345 const sptr<KITS::IForegroundCallback> &callback) in RegForegroundDispatch()
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dforeground_callback_stub_test.cpp62 const sptr<KITS::IForegroundCallback> callback; in HWTEST_F()
76 const sptr<KITS::IForegroundCallback> callback = new TAG::ForegroundCallbackStub(); in HWTEST_F()
91 const sptr<KITS::IForegroundCallback> callback; in HWTEST_F()
H A Dtag_foreground_test.cpp69 const sptr<KITS::IForegroundCallback> callback = nullptr; in HWTEST_F()
87 const sptr<KITS::IForegroundCallback> callback = nullptr; in HWTEST_F()
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.h38 sptr<KITS::IForegroundCallback> cb_ = nullptr;
41 sptr<KITS::IForegroundCallback> cb) in FgData()
183 std::vector<uint32_t> &discTech, const sptr<KITS::IForegroundCallback> &callback) override;
242 const sptr<KITS::IForegroundCallback> &callback);
245 const std::vector<uint32_t> &discTech, const sptr<KITS::IForegroundCallback> &callback);
H A Dforeground_callback_proxy.h26 class ForegroundCallbackProxy : public IRemoteProxy<KITS::IForegroundCallback> {
H A Dforeground_callback_proxy.cpp23 : IRemoteProxy<KITS::IForegroundCallback>(remote) in ForegroundCallbackProxy()
H A Dtag_session_stub.h66 sptr<KITS::IForegroundCallback> foregroundCallback_;
H A Dtag_session.cpp508 const sptr<KITS::IForegroundCallback> &callback) in RegForegroundDispatch()
526 const sptr<KITS::IForegroundCallback> &callback) in RegForegroundDispatchInner()
547 const sptr<KITS::IForegroundCallback> &callback) in IsFgRegistered()
H A Dtag_session_stub.cpp395 foregroundCallback_ = iface_cast<KITS::IForegroundCallback>(remote); in HandleRegForegroundDispatch()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Diforeground_callback.h29 class IForegroundCallback : public IRemoteBroker { class
34 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.nfc.kits.IForegroundCallback");
H A Ditag_session.h161 std::vector<uint32_t> &discTech, const sptr<KITS::IForegroundCallback> &callback) = 0;
/foundation/communication/nfc/services/include/
H A Dnfc_polling_manager.h43 sptr<KITS::IForegroundCallback> callback_ = nullptr;
67 const sptr<KITS::IForegroundCallback> &callback);
/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/
H A Dnfcpollingmanager_fuzzer.cpp59 sptr<KITS::IForegroundCallback> callback = nullptr; in FuzzEnableForegroundDispatch()
/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp150 const std::vector<uint32_t> &discTech, const sptr<KITS::IForegroundCallback> &callback) in EnableForegroundDispatch()
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp114 const sptr<KITS::IForegroundCallback> callback = nullptr; in HWTEST_F()
/foundation/communication/nfc/test/fuzztest/services_test/tagsession_test/tagsession/tagsession_fuzzer/
H A Dtagsession_fuzzer.cpp31 class IForegroundCallbackImpl : public IForegroundCallback {
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp165 const sptr<KITS::IForegroundCallback> callback; in HWTEST_F()
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_foreground_dispatch.cpp284 class ForegroundListenerEvent : public IForegroundCallback, public NapiEvent {

Completed in 12 milliseconds