/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 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 D | hce_session.cpp | 128 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 D | hce_session.h | 56 KITS::ErrorCode StopHce(const ElementName &element, Security::AccessToken::AccessTokenID callerToken) override;
|
/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 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 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 137 ErrorLog("StopHce failed, error code is %{public}d", error); in StopHce()
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ihce_session.h | 62 virtual KITS::ErrorCode StopHce(ElementName &element) = 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() 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 D | hceservice_fuzzer.cpp | 67 HceService::GetInstance().StopHce(element); in FuzzStopHce()
|
/foundation/communication/nfc/test/unittest/services/hce_service_test/ |
H A D | hce_service_test.cpp | 132 int ret = HceService::GetInstance().StopHce(element); in HWTEST_F()
|
/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 | 649 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 D | hcesession_fuzzer.cpp | 66 hceSession->StopHce(element, callerToken); in FuzzStopHce()
|
/foundation/communication/nfc/test/unittest/services/hce_session_test/ |
H A D | hce_session_test.cpp | 291 * @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()
|