/ohos5.0/foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
H A D | hce_service.cpp | 56 ErrorCode HceService::StopHce(ElementName &element) in StopHce() function in OHOS::NFC::KITS::HceService 64 return hceSession->StopHce(element); in StopHce()
|
H A D | hce_service.h | 37 ErrorCode StopHce(ElementName &element);
|
H A D | hce_session_proxy.h | 43 KITS::ErrorCode StopHce(ElementName &element) override;
|
H A D | hce_session_proxy.cpp | 119 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 D | hce_session_stub.h | 46 virtual KITS::ErrorCode StopHce(const ElementName& element, 73 KITS::ErrorCode StopHce(ElementName &element) override;
|
H A D | hce_session_stub.cpp | 168 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 D | hce_session.cpp | 128 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 D | hce_session.h | 56 …KITS::ErrorCode StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerTok…
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ihce_session.h | 62 virtual KITS::ErrorCode StopHce(ElementName &element) = 0;
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/ |
H A D | hcesession_fuzzer.cpp | 66 hceSession->StopHce(element, callerToken); in FuzzStopHce()
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.h | 44 static napi_value StopHce(napi_env env, napi_callback_info cbinfo);
|
H A D | nfc_napi_hce_adapter.cpp | 89 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 D | hceservice_fuzzer.cpp | 67 HceService::GetInstance().StopHce(element); in FuzzStopHce()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_service_test/ |
H A D | hce_service_test.cpp | 132 int ret = HceService::GetInstance().StopHce(element);
|
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/ |
H A D | ce_service.h | 76 bool StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToken);
|
H A D | ce_service.cpp | 652 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 D | hce_session_test.cpp | 300 KITS::ErrorCode errorCode = hceSession->StopHce(element, callerToken); 318 KITS::ErrorCode errorCode = hceSession->StopHce(element, callerToken);
|