Home
last modified time | relevance | path

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

/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
273 ErrorLog("StopHce: not got bundle name"); in StopHce()
277 ErrorLog("StopHce: wrong bundle name"); in StopHce()
281 return StopHce(element, IPCSkeleton::GetCallingTokenID()); in StopHce()
H A Dhce_session.cpp128 KITS::ErrorCode HceSession::StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToken) in StopHce() function in OHOS::NFC::HCE::HceSession
131 ErrorLog("StopHce ceService_ is nullptr"); in StopHce()
134 if (ceService_.lock()->StopHce(element, callerToken)) { in StopHce()
H A Dhce_session.h56 KITS::ErrorCode StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToken) override;
/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
58 DebugLog("HceService::StopHce"); in StopHce()
61 ErrorLog("HceService::StopHce, ERR_HCE_STATE_UNBIND"); in StopHce()
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
137 ErrorLog("StopHce failed, error code is %{public}d", error); in StopHce()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dihce_session.h62 virtual KITS::ErrorCode StopHce(ElementName &element) = 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()
293 ErrorCode ret = hceService.StopHce(element); in UnregisterHceEvents()
295 ErrorLog("StopHce, statusCode = %{public}d", ret); in UnregisterHceEvents()
461 napi_value NfcNapiHceAdapter::StopHce(napi_env env, napi_callback_info cbinfo) in StopHce() function in OHOS::NFC::KITS::NfcNapiHceAdapter
/foundation/communication/nfc/test/fuzztest/services_test/cardemulation_test/hceservice/hceservice_fuzzer/
H A Dhceservice_fuzzer.cpp67 HceService::GetInstance().StopHce(element); in FuzzStopHce()
/foundation/communication/nfc/test/unittest/services/hce_service_test/
H A Dhce_service_test.cpp132 int ret = HceService::GetInstance().StopHce(element); in HWTEST_F()
/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.cpp649 bool CeService::StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToken) in StopHce() function in OHOS::NFC::CeService
655 InfoLog("StopHce: refresh route table"); in StopHce()
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp66 hceSession->StopHce(element, callerToken); in FuzzStopHce()
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp291 * @tc.desc: Test HceSessionTest StopHce.
300 KITS::ErrorCode errorCode = hceSession->StopHce(element, callerToken); in HWTEST_F()
306 * @tc.desc: Test HceSessionTest StopHce.
318 KITS::ErrorCode errorCode = hceSession->StopHce(element, callerToken); in HWTEST_F()

Completed in 8 milliseconds