Home
last modified time | relevance | path

Searched refs:StartHce (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_service.cpp97 KITS::ErrorCode HceService::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() function in OHOS::NFC::KITS::HceService
99 DebugLog("HceService::StartHce"); in StartHce()
102 ErrorLog("HceService::StartHce, ERR_HCE_STATE_UNBIND"); in StartHce()
105 return hceSession->StartHce(element, aids); in StartHce()
H A Dhce_service.h41 KITS::ErrorCode StartHce(const ElementName &element, const std::vector<std::string> &aids);
H A Dhce_session_proxy.h45 KITS::ErrorCode StartHce(const ElementName &element, const std::vector<std::string> &aids) override;
H A Dhce_session_proxy.cpp172 KITS::ErrorCode HceSessionProxy::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() function in OHOS::NFC::HCE::HceSessionProxy
194 ErrorLog("StartHce failed, error code is %{public}d", error); in StartHce()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dihce_session.h78 virtual KITS::ErrorCode StartHce(const ElementName &element, const std::vector<std::string> &aids) = 0;
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session.cpp116 KITS::ErrorCode HceSession::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() function in OHOS::NFC::HCE::HceSession
119 ErrorLog("StartHce ceService_ is nullptr"); in StartHce()
122 if (ceService_.lock()->StartHce(element, aids)) { in StartHce()
H A Dhce_session.h54 KITS::ErrorCode StartHce(const ElementName &element, const std::vector<std::string> &aids) override;
H A Dhce_session_stub.cpp212 ErrorLog("StartHce: not got bundle name"); in StartHceInner()
218 ErrorLog("StartHce: wrong bundle name"); in StartHceInner()
221 return StartHce(element, aids); in StartHceInner()
/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.h75 bool StartHce(const ElementName &element, const std::vector<std::string> &aids);
H A Dce_service.cpp611 bool CeService::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() function in OHOS::NFC::CeService
622 InfoLog("StartHce: refresh route table"); in StartHce()
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp57 hceSession->StartHce(element, aids); in FuzzStartHce()
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp260 * @tc.desc: Test HceSessionTest StartHce.
269 KITS::ErrorCode errorCode = hceSession->StartHce(element, aids); in HWTEST_F()
275 * @tc.desc: Test HceSessionTest StartHce.
285 KITS::ErrorCode errorCode = hceSession->StartHce(element, aids); in HWTEST_F()
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp618 * @tc.desc: Test CeServiceTest StartHce.
628 bool res = ceService->StartHce(element, aids); in HWTEST_F()
634 * @tc.desc: Test CeServiceTest StartHce.
644 bool res = ceService->StartHce(element, aids); in HWTEST_F()
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp498 ErrorCode ret = hceService.StartHce(element, aidVec); in StartHCE()
500 ErrorLog("StartHce, statusCode = %{public}d", ret); in StartHCE()

Completed in 8 milliseconds