Home
last modified time | relevance | path

Searched refs:HceSession (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp43 std::shared_ptr<HceSession> hceSession = std::make_shared<HceSession>(service); in FuzzIsDefaultService()
53 std::shared_ptr<HceSession> hceSession = std::make_shared<HceSession>(service); in FuzzStartHce()
63 std::shared_ptr<HceSession> hceSession = std::make_shared<HceSession>(service); in FuzzStopHce()
72 std::shared_ptr<HceSession> hceSession = std::make_shared<HceSession>(service); in FuzzRegHceCmdCallbackByToken()
82 std::shared_ptr<HceSession> hceSession = std::make_shared<HceSession>(servic in FuzzUnRegHceCmdCallback()
[all...]
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp63 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcService); in HWTEST_F()
80 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcService); in HWTEST_F()
97 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcService); in HWTEST_F()
115 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcService); in HWTEST_F()
131 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcServic in HWTEST_F()
[all...]
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session.cpp27 HceSession::HceSession(std::shared_ptr<INfcService> service) : nfcService_(service) in HceSession() function in OHOS::NFC::HCE::HceSession
30 ErrorLog("HceSession create fail, service is nullptr"); in HceSession()
36 HceSession::~HceSession() in ~HceSession()
40 KITS::ErrorCode HceSession::RegHceCmdCallbackByToken(const sptr<KITS::IHceCmdCallback> &callback, in RegHceCmdCallbackByToken()
54 KITS::ErrorCode HceSession::UnRegHceCmdCallback(const std::string &type, in UnRegHceCmdCallback()
67 KITS::ErrorCode HceSession::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) in UnRegAllCallback()
79 KITS::ErrorCode HceSession::HandleWhenRemoteDie(Security::AccessToken::AccessTokenID callerToken) in HandleWhenRemoteDie()
91 int HceSession
[all...]
H A Dhce_session.h30 class HceSession final : public HceSessionStub {
33 explicit HceSession(std::shared_ptr<NFC::INfcService> service);
34 ~HceSession() override;
36 HceSession(const HceSession &) = delete;
37 HceSession &operator=(const HceSession &) = delete;
/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/
H A Dhcesessionstub_fuzzer.cpp79 std::shared_ptr<NFC::HCE::HceSession> hceSession = std::make_shared<NFC::HCE::HceSession>(nfcService); in DoHceSessionStubFuzzTest()
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp113 hceSessionIface_ = new HCE::HceSession(shared_from_this()); in Initialize()

Completed in 3 milliseconds