Home
last modified time | relevance | path

Searched refs:StopHce (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_service.cpp56 ErrorCode HceService::StopHce(ElementName &element) in StopHce() function in OHOS::NFC::KITS::HceService
64 return hceSession->StopHce(element); in StopHce()
H A Dhce_service.h37 ErrorCode StopHce(ElementName &element);
H A Dhce_session_proxy.h43 KITS::ErrorCode StopHce(ElementName &element) override;
H A Dhce_session_proxy.cpp119 KITS::ErrorCode HceSessionProxy::StopHce(ElementName &element) in StopHce() function in OHOS::NFC::HCE::HceSessionProxy
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.h46 virtual KITS::ErrorCode StopHce(const ElementName& element,
73 KITS::ErrorCode StopHce(ElementName &element) override;
H A Dhce_session_stub.cpp168 KITS::ErrorCode ret = StopHce(*(element)); in HandleStopHce()
262 KITS::ErrorCode HceSessionStub::StopHce(ElementName &element) in StopHce() function in OHOS::NFC::HCE::HceSessionStub
281 return StopHce(element, IPCSkeleton::GetCallingTokenID()); in StopHce()
H A Dhce_session.cpp128 KITS::ErrorCode HceSession::StopHce(const ElementName &element, Security::AccessToken::AccessTokenI… in StopHce() function in OHOS::NFC::HCE::HceSession
134 if (ceService_.lock()->StopHce(element, callerToken)) { in StopHce()
H A Dhce_session.h56 …KITS::ErrorCode StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerTok…
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dihce_session.h62 virtual KITS::ErrorCode StopHce(ElementName &element) = 0;
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp66 hceSession->StopHce(element, callerToken); in FuzzStopHce()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.h44 static napi_value StopHce(napi_env env, napi_callback_info cbinfo);
H A Dnfc_napi_hce_adapter.cpp89 DECLARE_NAPI_FUNCTION("stop", NfcNapiHceAdapter::StopHce), in Init()
299 ErrorCode ret = hceService.StopHce(element); in UnregisterHceEvents()
467 napi_value NfcNapiHceAdapter::StopHce(napi_env env, napi_callback_info cbinfo) in StopHce() function in OHOS::NFC::KITS::NfcNapiHceAdapter
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/cardemulation_test/hceservice/hceservice_fuzzer/
H A Dhceservice_fuzzer.cpp67 HceService::GetInstance().StopHce(element); in FuzzStopHce()
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_service_test/
H A Dhce_service_test.cpp132 int ret = HceService::GetInstance().StopHce(element);
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.h76 bool StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToken);
H A Dce_service.cpp652 bool CeService::StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToke… in StopHce() function in OHOS::NFC::CeService
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp300 KITS::ErrorCode errorCode = hceSession->StopHce(element, callerToken);
318 KITS::ErrorCode errorCode = hceSession->StopHce(element, callerToken);